GuitarML / PedalNetRT

Deep Learning Networks for Real Time Guitar Effect Emulation using WaveNet with PyTorch
https://www.facebook.com/smartguitarml
GNU General Public License v3.0
349 stars 39 forks source link

Test.py and Predict.py render sound file half speed #19

Closed stephanepericat closed 3 years ago

stephanepericat commented 3 years ago

Hi @GuitarML ,

does the sound samples provided to prepare_data.py need to be in 32 bit ? I tested with sound samples in 16 bit, and the result was that when i ran the test.py and predict.py, the generated sound files were slowed down half speed :(

Is there a way to fix the model after the fact ? or do i need to re-run the training ?

Also, I think it would be nice to mention the required file format for the input samples in the documentation :)

Regards, Stephane

stephanepericat commented 3 years ago

should have read the docs... my bad.

GuitarML commented 3 years ago

@stephanepericat no problem! Glad you got it working.