-
after updating to the latest version of pandrator, dependencies are missing
[INFO] XTTS Training: ModuleNotFoundError: No module named 'df'
-
When I use OpenAI TTS there is no problem, but when I use ElevenLabs TTS, it says the first message but then, I get this message in the terminal: {"message": "11labs reported an error: detected_unusua…
-
我现在用的是ffmpeg6.1.1。
我的config.yaml配置如下:
name: 百聆(bailing)
version: 1.0
logging:
level: debug
interrupt: false
# 具体处理时选择的模块
selected_module:
Recorder: RecorderPyAudio
ASR: FunASR
…
-
### What features would you like to see added?
Enhance the current AI chat interface by adding a voice call functionality. This feature will allow users to initiate and engage in voice conversations …
-
Error compiling silero-vad-onnx.cpp
Error while compliling the c++ version of silero-v5, below is the error message, please help
g++ silero-vad-onnx.cpp -I /home/lrahul/workspace/onnxruntime-lin…
-
The info in #21 came out me playing quite a bit with trying to make a performant (in iOS Safari) client-side VAD.
I ended up creating a whole new package to get it going: https://github.com/mkcode/…
-
Hi,
I am trying to transcribe live stereo audio to mono audio and transcribe them, is there any recommended methods to implement this, I have tried converting stereo to mono and my result is very i…
-
run demo_part1.ipynb to here code:
`reference_speaker = 'resources/example_reference.mp3'
target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, target_dir='processed',…
-
```
path = r"D:\Project\Python_Project\FasterWhisper\large-v3"
model = WhisperModel(model_size_or_path=path, device="cuda", local_files_only=True)
segments, info = model.transcribe("audio.wav",…
-
trying to integrate into a sveltekit project by calling the below on the client side:
```ts
const MicVAD = (await import("@ricky0123/vad-web")).MicVAD
const vad = await MicVAD.n…