-
We are trying to generate a token for Twilio Voice using the following code snippet:
voiceGrant = new VoiceGrant({
outgoingApplicationSid: twilioOutgoingApplicationSid,
incomingAllow: true
…
-
(venv) F:\maskgct\maskgct>python app.py
./models/tts/maskgct/g2p\sources\g2p_chinese_model\poly_bert_model.onnx
Error: Could not load the specified mbrola voice file.
Error: Could not load the spec…
-
### Self Checks
- [X] I have searched for existing issues [search for existing issues]([https://github.com/langgenius/dify/issues](https://github.com/fishaudio/fish-speech/issues)), including closed …
-
Hi team,
elevenlabs==1.7.0
This is w.r.t. the python client's voice_generation.generate method which, at this point in time, returns a generator representing a stream of chunks that, when concat…
-
Over the last week or so, text-to-speech stopped working on my device. I usually use Alloy for audio generation, and now that voice, along with most other English voices, display this upon attempting …
-
### Description
**Description**
### Functionality Overview:
The Voice Recognition Challenge integrates with the alarm app, requiring users to say a specific phrase or answer a question correctly …
-
### Have you searched for similar requests?
Yes
### Is your feature request related to a problem? If so, please describe.
When TTS is enabled, different speech engines have significantly vary…
-
Tried `Laura speaks slightly faster than normal with slightly expressive monotone voice with a hint of excitement.` with different text and the voice is drastically different. How can this be fixed? I…
-
Request flow seems to be as follows:
POST => https://discord.com/api/v9/channels/{CHANNEL_ID}/attachments
BODY:
```
{
"files": [
{
"filename": "voice-message.ogg",
"file_…
-
I've managed to get a POC with voice consistency working pretty well. Along the way, I've figured out how to do _ok-ish_ zero-shot voice cloning, too. It took drawing on tidbits spread between several…