Im Working with pydub, and I'm using ffplay. For some reason, when the program runs i get this 'error':
/usr/local/lib/python2.7/site-packages/pydub/utils.py:178:
RuntimeWarning: Couldn't find ffplay or avplay - defaulting to ffplay, but may not work
warn("Couldn't find ffplay or avplay - defaulting to ffplay, but may not work", RuntimeWarning)
However, it still plays the selected audio file.
- Is there a way to make this warning disappear, as it happens every time i play it?
- If i can't, is there anyway i can configure this so that it uses pyaudio to play the stream?