py_responsivevoice icon indicating copy to clipboard operation
py_responsivevoice copied to clipboard

Added ability to set a default play command

Open airfield20 opened this issue 3 years ago • 0 comments

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.

airfield20 avatar Nov 08 '21 00:11 airfield20