Christopher Aedo

Results 49 comments of Christopher Aedo

![installed-tools](https://github.com/coqui-ai/TTS/assets/660633/e2da888e-31bc-4d2b-b07d-a86ac4bc58b4) I'm getting the same thing. I THINK I have all the microsoft tools installed (see screenshot). Both "pip install TTS" and the following result in the same error. from...

I am no longer able to recreate the problem - installation went fine today.

I implemented an epub to TTS reader that given an epub, uses coqui to read the book, which is then saved to mp3. You can check it out here: [https://github.com/aedocw/epub2tts](https://github.com/aedocw/epub2tts)...

This is really interesting, thanks for making this PR. I have only had a few minutes to play with it, still need to figure out exactly which scenarios require PYTORCH_ENABLE_MPS_FALLBACK=1...

From my brief testing, I think the environment variable would need to be set before Python loads pytorch. It seems like setting it in the script doesn't work: ``` elif...

I'm also on m1 mac and brew install mecab made TTS installation work. That, plus pinning to Python 3.10.11.

I'm not speaking for @MahmoudAshraf97 here, but if you take a look at his response from Jan 24, it's pretty clear. This is an open source project that he's doing...

Would love to see this merged, it would help with [an issue some folks hit](https://github.com/aedocw/epub2tts/issues/176) when making audiobooks.

This happened to me as well. I think what fixed it was going to settings/privacy and security/screen & system audio recording, then clicking "rem" and hit the '-' to fully...

Can you paste the full exact command you called epub2tts with? Also, MAYBE try again with the addition of `--minratio 0` and see if that works (though I don't think...