-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strange output sound #689
Comments
Whats the output of |
**** List of PLAYBACK Hardware Devices **** |
Ok try ['aplay', '-D', 'plughw:0,0', str(filename)] See if it works |
sad but no |
Did you connect Pi to HDMI ? Try another tts engine and see if that works. |
with pico-tts works |
i find that #641 but i don't know how to use it |
There was a problem with pymad lib. |
python-pymad is already the newest version (0.9-1+b1) |
I see a change in tts.py line 103 also try using pymad 0.7 |
sorry i'm new to linux, i use sudo apt-get install pymad=0.7 but it responds E: Version '0.7' for 'python-pymad' was not found |
|
|
i already do that, i edit the previus comment so it can be seen better |
Try |
Which OS are you using ? |
i'm using OSMC on raspberry pi 3
|
this is what i get running python.py
|
Try updated url for wit.ai |
Ok thanks i correct the second error with this |
for first error try installing omxplayer and try that hack you mentioned above. |
osmc is a kodi build so it cames with omxplayer already installed except for libs and binary that i must copy from another raspian installation,i'll figure how in the next week |
hi, i'm working on but i screwed something that i don't know with alsa, i'll try with a reinstall from 0 but at the moment i don't have much time |
Whats that issue with alsa? |
hi, i'm marco and i'm planning to build an automatization of my room.
I think that jasper is working fine, or at least, it is doing is work in right way.
https://pastebin.com/adiEefVy
when i say jasper it can recognize my voice (line 3)
it reproduce the high bip (line 5)
I say what time is it
it reproduce the low bip (line 8)
it recognize my question (line 13)
it give to me the answer (line 20)
connect to google and retrieve the answer (line 35-->41)
save the answer in a temp file (line 43-44)
and play that (line 45)
https://vocaroo.com/i/s1zyUuR9XdjN this is the result that i get from https://translate.google.com/translate_tts?q=It+is+1%3A57+PM+right+now.&tl=en&client=tw-ob&textlen=24&idx=0&ttsspeed=1&total=1&ie=UTF-8&tk=757478.914885 (I don't know if this is only a temporary link or no so i uploaded that.)
https://vocaroo.com/i/s12znRYIJ0kT this is what happens, obviusly the problem is the machine gun like sound.
i replace the line 76 of client/tts.py with cmd = ['aplay', '-D', 'plughw:0,1', str(filename)] instad of plughw:1,0
when i use these command everything is working fine
arecord -f S32_LE -D hw:1,0 -c 4 -r 16000 test.wav
aplay -D plughw:0,1 test.wav
this is my profile.yml https://pastebin.com/CUFgRU3v
The text was updated successfully, but these errors were encountered: