-
I tried to create the serving on my system, but failed with the below error:
(emon_analyzer) [root@SPR-1 emon_data_analyzer]# neuralchat_server start --config_file ./config/neuralchat.yaml
2024-03-1…
-
```
Vista supports French etc speech, but only English and Chinese etc TTS.
Support what is available.
```
Original issue reported on code.google.com by `gundl...@gmail.com` on 6 Aug 2008 at 12:07
-
Thank you @luoliyan for your fantastic work on this add on!
**Describe the bug**
I use the config option `"speech": "baidu|zh"` to add Mandarin audio to cards. After I recently updated to the late…
-
We are building a voice-interactive chatbot that leverages cutting-edge technologies such as Speech-to-Text (STT), Text-to-Speech (TTS), and local Large Language Models (LLMs), with a focus on Ollama'…
-
https://learn.microsoft.com/en-us/azure/cognitive-services/Speech-Service/language-support?tabs=tts
` for voice in voices:
if voice["Locale"] == "zh-CN":
print("Chinese voice…
-
predict.sh:
python scripts/predict_g2p_bert.py \
--config saved_models/CPP_BERT_M_DescWS-Sec-cLin-B_POSw01/config.py \
--checkpoint saved_models/CPP_BERT_M_DescWS-Sec-cLin-B_POSw01/best_acc…
-
Hi Luca,
I am super new to using Azure TTS. I saw your program, it is very nice and simple to use. However, I am unable to make it work for Chinese or Japanese. Not sure whether your program is…
-
After I upgraded my Samsung A41 from Android 11 to 12 many languages produces **ERR_UNKNOWN**
when using **TTS.speak** function. I used to be able to listen to e.g. with Spanish, Chinese, Dutch, Germ…
-
**现象**
按照 README 步骤,运行到第一个 Demo失败,具体如下
```
(cosyvoice) english@work-dev:/opt/soft/speech/CosyVoice$ python3 demo.py
2024-09-05 20:42:09,571 - modelscope - INFO - PyTorch version 2.0.1+cu118 Foun…
-
Hi.awesome lib. I use this with Android 5.1 platform and found that when I try to invoke:
```js
TTS.voices().then(voices=>console.log(voices));
```
it gives me an error that collection == null ;
…