Closed YOUN3SS closed 8 years ago
I get also the same issue. choppy sound with the following issues. I use Raspberry Pi 2 with jack 3.5 output. I suspect it has to do with internet speed / cache...
State.Playing
set player
[025a1528] alsa audio output error: cannot estimate delay: Input/output error
[025a1528] alsa audio output error: cannot estimate delay: Input/output error
[025a1528] alsa audio output error: cannot estimate delay: Input/output error
[025a1528] alsa audio output error: cannot estimate delay: Input/output error
@korniza is there any fix on yours? It's really weird that l get this error almost everytime before but after install this:
sudo apt-get install libsox-fmt-mp3
The frequency of me getting it is less
@korniza I finally solved the problem. It was not because of the speed. Rather you just need to change vlc.instance('--aout=alsa') to vlc.instance().
@bdatdo0601 Can you please specify where the change you're proposing should be made?
In main.py
Seems solved -> closing. Reopen if needed.
Noob here... can someone detail how to fix this issue in better detail? :(
@ChristopherMori This project is closed. Use https://github.com/alexa-pi/AlexaPi ... if you have issues there, try the sox playback handler. More info in the docs here / chat on Gitter.
I redirect audio output to my USB headset.
The "hello.mp3" message is OK, but Alexa answers aren't, the sound is crackling and like corrupted. I don't see why since we are using the same parameters in play_audio() function.
(HDMI and jack 3.5mm are both OK)