-
Create subtitle files to overlay videos made with text-to-speech
I propose the use of the SubRip subtitle (.SRT) format.
https://www.3playmedia.com/2017/03/08/create-srt-file/
Example attached.…
-
-
When "Automatic language switching" checkbox in the speech category of NVDA settings is checked and I start translation with this addon, translated text is read with the source voice and not the targe…
-
New tts provider
```python
import requests
import json
import time
from pathlib import Path
from typing import Generator
from playsound import playsound
class FailedToGenerateResponseError…
-
Hi!
I'm pretty sure this repository is abandoned, but I still wanted to post here since I knew nothing better. I'm trying to use this library along with love2d's mic recording system, but after turni…
-
Hey i am trying to implement an human Ai avatar integrated with openai chatgpt, so user will type the query and the response we get back will be converted to text to speech and then that speech would …
-
Currently I am using whisper_tiny.en.tflite for my android project. And the inference time for speech to text is quite long.
https://github.com/usefulsensors/openai-whisper/tree/main/android_app/Whis…
-
Hi!
I have a small feature request. It would be awesome if there was some sort of mechanism to mute the text-to-speech for individual text messages. An idea for implementation that I came up with is …
-
once ebook's are a lot more mature it would be awesome to be able to identify when an ebook and an audiobook are the same book and automagically text to speech the audiobook so that the audiobook and …
-
In short: Google's text-to-speech services do not recognise `zh_HK` for Cantonese but do recognise `yue_HK`.
In long:
`zh_HK` as far as I know refers to 書面語 which is the Hong Kong variant of Sta…