Closed r06944010 closed 5 years ago
The current version is designed for classification rather than for generation purposes. I'm actually thinking some possible ways to use the "SincNet" idea to generate an audio waveform with fewer parameters, but so far I don't have results on that...
In you case, you can try to add an autoencoder that should be able to recover an approximated waveform from the hidden representations...
Thank you very much!
After using first CNN layer (sincnet) to process the waveform , is it possible to convert the feature extracted back to the original waveform ? Thanks