hadware/voxpopuli

Find a way to make the audio player stop after playing the file

Closed this issue · 1 comments

For some reason, the pyaudio player won't stop itself. This only concerns the say method of the Voice class.

The player was stuck in an infinite loop because it compared empty bytes to an empty string.