Emmanuel Schmidbauer
Emmanuel Schmidbauer
**Describe the bug** After a video call is bridged, we use `uuid_transfer` to transfer the A-leg of a call to an extension which triggers and echo application. This causes a...
example event payload ```EVENTS PLAIN CUSTOM mod_audio_stream::json``` ```Event-Subclass: mod_audio_stream%3A%3Ajson Event-Name: CUSTOM Core-UUID: 559e0a0a-1b58-4fb6-963c-572f706e0c57 FreeSWITCH-Hostname: 93ea90ab51a8 FreeSWITCH-Switchname: 93ea90ab51a8 FreeSWITCH-IPv4: 172.17.0.2 FreeSWITCH-IPv6: %3A%3A1 Event-Date-Local: 2023-08-25%2022%3A09%3A58 Event-Date-GMT: Fri,%2025%20Aug%202023%2022%3A09%3A58%20GMT Event-Date-Timestamp: 1693001398921599 Event-Calling-File: mod_audio_stream.c .......
- add ability to download latest [cmu dictionary](https://github.com/cmusphinx/cmudict)
Hi- i've trained a model for 23000 steps. Using tensorboard, i can hear the eval improvements each checkpoint, and it sounds great! The problem is, I am not able to...
when running decode, i get a library linking issue ```python -m wenet_stt decode model test.wav``` ```Traceback (most recent call last): File "/Users/myuser/opt/miniconda3/envs/wenet/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None,...
Hi- very impressed by the VC framework. It's very fast and accurate. I'm wondering is real-time possible? I have a simple WS server that receives audio, but when i push...
Hello, i've been trying to drop-in bigvgan for hifigan but i keep running into an issue related to the number of mel channels the acoustic model is trained on 128...
Hi, thanks for sharing this project! I noticed a small issue when running: `python generate_data_statistics.py -i conf.yaml` Im getting an undefined symbol exception error. When i added debug info, i...