Skip to content

Releases: jmcgover/perfect-paul

Add Audio Device List and Select, v0.0.2

04 Sep 21:33
Compare
Choose a tag to compare

Adds the following features:

  • List audio devices and their devNum
.\say.exe -a
  • Select an audio device
.\say.exe -a 2 -pre "[:phoneme on]" "mamma mia, poppa pia, baby got the dy[aa<999,999>]reeeeeeeeeaaaaaaaaaa

Check the help for (a little more) information:

.\say.exe -h
.\say.exe -?

Marking this as Prerelease for now, while I test it out in the wild.

Initial release, v0.0.1

03 Sep 20:27
Compare
Choose a tag to compare

The initial release that just gets the original say.c to compile with slight modifications.

Next steps:

  • Figure out how to change the sound output to a different device.
  • Figure out how to list the sound device options.