BBC-Esq

Results 249 comments of BBC-Esq

Congratulations on the new fast-small t2s model. Here's the updated benchmarks! ![image](https://github.com/collabora/WhisperSpeech/assets/108230321/1a419bcc-b82c-427e-9367-3109166b252f) ![image](https://github.com/collabora/WhisperSpeech/assets/108230321/4efe5fba-e784-446c-9c35-b85fa29bf9b7)

@chazo1994 I haven't had it occur since but then again I'm using the program in a different context so it's not trying to say problematic things...but if I recall, I...

New benchmarks here with the newer models and parler and chattts as well. As before, this is only regarding memory and speed and does not comment on quality, which is...

This also worked: ```ffmpeg -hide_banner -loglevel panic -i "test 1.mp3" -threads 1 -acodec pcm_s16le -ac 1 -af aresample=resampler=soxr -ar 16000 "test.wav" -y```

You can check out the examples folder.

Yep, that was my only concern, the licensing issue. One idea would be to use a file named ```constants.py``` and just keep adding voices that we've verified as high quality...

Plus, you could use it to have a book read to you in the voice of Arnold Schwarzenegger. ;-)

Ooh, can I have the script for my own testing? ;-)

Here's another option in a script I made which works alright. The text to be spoken hardcoded into the script for testing purposes, but it has the necessary structure you're...

Are you using a custom script? Can you try using the example script I uploaded to the "examples" folder?