adrianbarahona / noisebandnet

Code for the "NoiseBandNet: Controllable Time-Varying Neural Synthesis of Sound Effects Using Filterbanks" paper.
GNU Affero General Public License v3.0
32 stars 3 forks source link

Possible to use with f0 and the other synthesis modules? #2

Open voodoohop opened 8 months ago

voodoohop commented 8 months ago

Could this be used to replace the filtered noise part in the original way of using ddsp with f0 input? potentially adding spectral centroid as an optional input too?

adrianbarahona commented 8 months ago

Hello, Yes, you should be able to condition the network using f0, or use the model alongside DDSP's harmonic synthesizer, as an alternative to its FIR module. I haven't tested it yet, though.