You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initializing VoiceFixer...
Test voicefixer mode 0, Using CPU:
Pass
Test voicefixer mode 1, Using CPU:
Pass
Test voicefixer mode 2, Using CPU:
Pass
Initializing 44.1kHz speech vocoder...
Test vocoder using groundtruth mel spectrogram...
Using CPU:
Traceback (most recent call last):
File "C:\Users\Timothy\voicefixer\test\test.py", line 85, in <module>
vocoder.oracle(
File "C:\Users\Timothy\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\voicefixer\vocoder\base.py", line 71, in oracle
mel = linear_to_mel(stft)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Timothy\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\voicefixer\vocoder\model\util.py", line 127, in linear_to_mel
_mel_basis = build_mel_basis()
^^^^^^^^^^^^^^^^^
File "C:\Users\Timothy\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\voicefixer\vocoder\model\util.py", line 116, in build_mel_basis
return librosa.filters.mel(
^^^^^^^^^^^^^^^^^^^^
TypeError: mel() takes 0 positional arguments but 2 positional arguments (and 4 keyword-only arguments) were given
The text was updated successfully, but these errors were encountered:
Output of
python3 test/test.py
after cloning:The text was updated successfully, but these errors were encountered: