HENDRIX-ZT2 / pyaudiorestoration

A set of tools to restore audio quality from a variety of old analog sources, such as tape, cassettes, acetates and vinyl.
GNU General Public License v2.0
82 stars 7 forks source link

Cannot user pyrespeeder #21

Closed RenaudZ closed 2 years ago

RenaudZ commented 2 years ago

Hi,

I used to use pyrespeeder successfully. That is an incredible tool.

But on my fresh new computer (with Python 3.9.6), when I try to resample a wav file (Ctrl+R), I get this error : numba.core.errors.LoweringError: Failed in object mode pipeline (step: object mode fronted) sample_at

File "util\resampling.py", line 118: def speed_to_pos(sampletimes, speeds, num_input_samples):

During: lowering "$298binary_subtract.8 = sample_at - num_imput_samples" at C:...\util\resampling.py (118)

Could you please help me to fix this issue ?

HENDRIX-ZT2 commented 2 years ago

Hi! I've just reinstalled my system myself and also had problems. I could only get all my python dependencies running on python 3.7.9. Python 3.8 and 3.9 both caused trouble. So that's unfortunately all I can recommend.

RenaudZ commented 2 years ago

Hi, Thank you for your quick answer. It works just fine on Python 3.7.9 !