py_responsivevoice
py_responsivevoice copied to clipboard
Added ability to set a default play command
The mpg123 -q %1 command was buggy on my machine because of a bug with mpg123. I had to change the command using play_cmd='mpg123 -o pulse -q %1' every time I called the .say method.
I decided to just add a settable default parameter.