deepsound-project / samplernn-pytorch

PyTorch implementation of SampleRNN: An Unconditional End-to-End Neural Audio Generation Model
MIT License
288 stars 75 forks source link

MIDI file as input data #30

Closed guozixunnicolas closed 5 years ago

guozixunnicolas commented 5 years ago

I have trained my model several times, there is always noise in the generated sample audio. Is it because input audio is in wav format? Else why don't we use midi file as input file to reduce noise ?

best regards,

ZX