-
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
Use Platform-independent audio output #188
Comments
… playback see jasperproject#188 for more info
… playback see jasperproject#188 for more info
… playback see jasperproject#188 for more info
The Evil line is here. I hope we can at least remove the |
By hardcoding the device, we're forcing users to break their audio setups in order to use jasper. Instead, users should use ~/.asoundrc to configure ALSA so that arecord/aplay work without arguments. This is a partial fix for issue jasperproject#188
This will hopefully be fixed by #247. |
#247 was merged into the v2.0 dev branch, closing this. |
AbstractSpeaker
'splay()
method currently usesaplay
for wav file playback. To make Jasper more platform independent, Jasper should use a more generic way of playing wav files.Currently we can't get PyAudio to work, because this code may result in choppy playback in some configurations:
Therefore, we switched back to
aplay
for now. Still, this is something we need to fix.The text was updated successfully, but these errors were encountered: