ospeak
ospeak copied to clipboard
Better handling of input string length limit
It appears that OpenAI's TTS API has a length limit of 4096 tokens, and the CLI throws a pretty nasty python error if the input string exceeds this length.
I would suggest at least catching this error and throwing something more readable.