-
audio time: 4min 47s
code:
``` python
mp3_audio = 'test.mp4'
asr_model = WhisperModel("large-v2", device="cuda", compute_type="float16")
prompt = '春风多可太忙生 长共花边柳外行 以风邪为主 侵袭人体 我们就管它叫风痹 风的特点 在人体当中造成…
-
I tried to bypass the version check in `snowboy_pmdl.py`: ` elif platform.linux_distribution()[0] == "Ubuntu" and platform.linux_distribution()[1] in ("16.04", "18.04"):`.
When I try to run the `gen…
-
Hey, I was wondering where the getCommands function and Action function are suppose to be declared.
Are they suppose to be declared inside the MMM-Assistant module for the config.js or in a separat…
-
A version of Snowboy that could run in most popular web browsers would be really great!
-
*Built it with:*
```console
git clone https://github.com/k2-fsa/sherpa-onnx
cd sherpa-onnx
cmake -B build . -DCMAKE_BUILD_TYPE=Release -DSHERPA_ONNX_ENABLE_BINARY=ON
cmake --build build -j8
``…
-
最近了解到 OpenAI 的 whisper 语音转文本大模型了,于是就用了一下.因为是电脑小白,所以 OpenAI 官方的那些需要部署环境和用命令和代码操控的方式就放弃了,转而试用了一下 faster-whisper 和 WhisperDesktop.
我是想准备拿这个用来生成日本动漫里的日语字幕的,但是我发现用 faster-whisper 怎么也达不到 WhisperDesktop. …
-
1.0.2:
Sentence: [101.50s -> 103.62s] Levante, L-Y-V-O-N-T-E.
[101.50s -> 101.94s] Levante,
[101.94s -> 102.38s] L
[102.38s -> 102.66s] -Y
[102.66s -> 103.00s] -V
[103.00s -> 103.12s] -O
[…
vkras updated
4 months ago
-
本地根据官网文档docker run 起来之后,跑了脚本.
```
bash run_server.sh --download-model-dir /workspace/models --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx --model-dir damo/speech_paraformer-large-vad-pu…
-
i did exactly same process but at last after rebooting system,Google assistant doesn't work and there are no errors.please help me to get this work properly.It worked exactly same like before and no a…
-
#### What is your question?
使用 FunASR实时语音听写服务,进行实时音视频转文字听写,使用的是2pass模式
服务启动命令
```
nohup bash run_server_2pass.sh \
--download-model-dir /workspace/models \
--vad-dir damo/speech_fsmn_vad_…