voicefixer icon indicating copy to clipboard operation
voicefixer copied to clipboard

General Speech Restoration

Results 39 voicefixer issues
Sort by recently updated
recently updated
newest added

Hello, as a novice in speech processing, I want to ask you a question, that is, I am running test.py the specific errors are as follows. I hope all teachers...

As it needs to pad some zeros to fit the downsample ratio, I find that it may cause the mel to have large values in the last frames. But I...

Hello! I would like to ask to add example for batch processing from samples, for integrating voicefixer before ASV/ASR system if possible. As I have found so far, this proposed...

Hello, how to fix it? When I insert this code. ``` # Install additional web package pip install streamlit # Run streamlit streamlit run test/streamlit.py ``` Opens the streamlit website...

RuntimeError: Numpy is not available Traceback: File "C:\Users\daftp\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\script_runner.py", line 430, in _run_script exec(code, module.dict) File "C:\Users\daftp\AppData\Local\Programs\Python\Python310\test\streamlit.py", line 49, in pred_wav = voice_fixer.restore_inmem(audio, mode=mode, cuda=is_cuda) File "C:\Users\daftp\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\autograd\grad_mode.py", line 27, in decorate_context...

What do "modes" do? for example ``` Change mode (The default mode is 0): voicefixer --infile /path/to/input.wav --outfile /path/to/output.wav --mode 1 Run all modes: # output file saved to `/path/to/output-modeX.wav`....

Hello! I plan to use voicefixer from the command line. In accordance with the instructions, I produce the following commands on the command line: 1) pip install voicefixer==0.1.1 2) git...

Hi, can you please upload your model via Chinese cloud server? I cannot downit properly from models **https://zenodo.org** Thank you

Usin Google Colab, the test script cell ``` ! pip install voicefixer==0.0.17 &> /dev/null ! git clone https://github.com/haoheliu/voicefixer.git %cd voicefixer ! python3 test/test.py %cd .. ``` returns this error ```...

This addresses issue https://github.com/haoheliu/voicefixer/issues/68#issue-2115850830