drien / tts-joinery

Stitch together text-to-speech over 4096 characters via the OpenAI API
https://pypi.org/project/tts-joinery/
MIT License
7 stars 1 forks source link

latest nltk breaks tool, general feedback #5

Open kennell opened 4 hours ago

kennell commented 4 hours ago

Great tool. Thank you !

  1. Latest version of nltk (version 3.9.1) throws a LookupError exception, downgrading to version 3.8.1 fixes it
LookupError:
**********************************************************************
  Resource punkt_tab not found.
  Please use the NLTK Downloader to obtain the resource:

  >>> import nltk
  >>> nltk.download('punkt_tab')
  1. Minor CLI improvement suggestion: apply .lower() when parsing the --voice param

Cheers

kennell commented 4 hours ago

one more thing: support for other formats as they seem to be supported by OpenAI now, example: opus, wav, aac