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

Reconstructing specific wav file #22

Open JSai23 opened 6 years ago

JSai23 commented 6 years ago

Is it possible to reconstruct a specific wav file instead of generating random audio using this model. If possible how? If not can someone tell me how to do this or give me a model that can do this.

gcunhase commented 6 years ago

I was also wondering the same thing. Specifically, is it possible to generate an audio given just the first few samples?