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

when I'm trying to run voicefixer, I'm getting these messages: Downloading the weight of neural vocoder: TFGAN Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector,...

hi! I have this installed and it used to work alright, but since recently it will not start up anymore. what has happened? I know you don't work on this...

Should ideally be fast to run with --help: ``` $ voicefixer --help Downloading the weight of neural vocoder: TFGAN ```

Hello! Awesome project, and I totally understand that this isn't your main focus anymore, but I just love the results this gives over almost everything else I've tried for speech...

Hi, Voicefixer is a great library to use in tandem with other workflows, but many other libraries have updated their dependencies while voicefixer has not. Is there a roadmap to...

When running `pip install voicefixer==0.1.2` on Windows 10, I get the following error: `Could not find a version that satisfies the requirement voicefixer`

```C:\Users\Beats>pip install voicefixer==0.1.2 Collecting voicefixer==0.1.2 Using cached voicefixer-0.1.2-py3-none-any.whl (52 kB) Requirement already satisfied: librosa=0.8.1 in c:\users\beats\appdata\local\programs\python\python310\lib\site-packages (from voicefixer==0.1.2) (0.8.1) Requirement already satisfied: matplotlib in c:\users\beats\appdata\local\programs\python\python310\lib\site-packages (from voicefixer==0.1.2) (3.7.1) Requirement already...

Hello. I have this incompatibility issue: pip install voicefixer==1.0.2 ``` voicefixer 0.1.2 requires librosa=0.8.1, but you have librosa 0.9.1 which is incompatible. ``` Then I tried to install 0.9.0 instead:...

I created a venv and ran `pip install voicefixer==0.1.2` On running voicefixer, only the CPU is used. The GPU is not utilized. I did not use the `--disable-cuda` argument.