Skip to content

0.17.2

Compare
Choose a tag to compare
@ThioJoe ThioJoe released this 12 Jan 18:57
· 28 commits to main since this release
323fda9

🎉 [0.17.0] New Features:

  • Support for Eleven Labs voice synthesis

    • You can now use Eleven Labs for voice synthesis. Simply use the 'Voice ID' of the voice as the voice name
    • Note that Eleven Labs doesn't support SSML so you don't have as much control
    • Be sure to update your cloud_service_settings.ini file with the latest version
  • New Default Audio Stretching: FFMPEG

    • I've found that FFMPEG actually results in much higher quality stretched audio than Rubberband, so I've added that and set it as default
    • You can set it manually with the config option local_audio_stretch_method
    • The FFMPEG result is actually pretty close to Two Pass Synthesis so that might not be necessary unless you really want
    • Be sure to update your config.ini file with the latest version

🟢 0.17.0 → 0.17.2:

  • Now provides some more detail when ElevenLabs returns an error and stops the script from proceeding. Also checks if ElevenLabs API key is set when that TTS service is chosen