-
```
#!/usr/bin/python
from gtts import gTTS
from subprocess import call
import os
import random
import string
srt_file = 'ss.srt'
outfile_path = 'here2.wav'
def convert_string_to_wav(text…
-
gtts provides a file-like object for playing directly without saving to a file first and playing that. But playsound cannot play file-like objects. (Neither can anything else, so far as I can disco…
-
I have successfully embedded the code on localhost and it works fine with my mircophone. However when I put the code on Windows Server 2016, it no more recognizes mobile browsers microphones.
Please …
-
Hi! I love this project! And it works pretty well! However, I would like to ask if it's possible to have different voice options like man's voice! Thanks!
-
In my bot, I am feeding gTTS URLs to lavalink manually as is supported. However recently I discovered that the 429 IP block proxy is only used for Youtube queries. It would be very much appreciated if…
-
can i change the bitrate in save_to_file? fo example 64k, 128k
-
候補としては、
・gTTS(モジュール)
・VOICEVOX
とか
他にもあったら書き加えていく
この中から候補を絞りたい
-
Hi,
I use gtts to make a video with Google speach, it's ok. I would like to use autosub to make Subtitle but it doesn't work properly . You can look my video and my srt (autosub) here. Thanks for yo…
-
Text to speech will be used for:
- [ ] Greetings
- [ ] Voice mail menu
- [ ] Voice message name/number and date/time
closes #102
-
```python
import asyncio
import aiohttp
import asyncgTTS
async def main():
async with aiohttp.ClientSession() as session:
gtts = await asyncgTTS.setup(premium=False, session=sessio…