Skip to content

Releases: simonw/ospeak

0.3

13 Dec 06:12
Compare
Choose a tag to compare
  • README now notes that this depends on ffmpeg, can't be run in the same environment as LLM, and currently supports Python 3.11 but not Python 3.12.
  • Improvements to audio quality when exporting as MP3. Thanks, Mikolaj Holysz. #7
  • New -m/--model option for switching the model from the default tts-1 to tts-1-hd or other models. Thanks, Mikolaj Holysz. #5

0.2

07 Nov 04:12
Compare
Choose a tag to compare
0.2
  • New -x/--speed option for controlling the speed of the produced voice - from 0.25 to 4 (4x normal), default is 1.0. Try it like this: ospeak "hello there this is faster" --speed 2. #2

0.1

07 Nov 03:48
Compare
Choose a tag to compare
0.1
  • Initial release. Run ospeak --token='OpenAI API token' 'say hello' to speak text using the OpenAI Text to speech API. #1