ben-hayes / neural-waveshaping-synthesis

efficient neural audio synthesis in the waveform domain
Mozilla Public License 2.0
185 stars 14 forks source link

The audio and controls segmentation logic #12

Closed PratikStar closed 1 year ago

PratikStar commented 1 year ago

The librosa.util.frame function used for preprocessing the audio gives non-contiguous segments of audio. That is not what is desired in the model, or is it? I would like to ask the author, won't the correct way to segment the audio would be to pass axis=0 parameter?