Steven Atkinson
Steven Atkinson
Implement support for extensible format. Hints: https://www.mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html
Same as https://github.com/sdatkinson/neural-amp-modeler/issues/277, though I'm not sure if Sphinx works for C++ (never tried).
As a concrete first step sort of in line with #225, I'm putting this here. If the `"name"` field exists inside the `"metadata"` of the `.nam` file, then use it...
Following #442 , rename the input signal to something more simple :)
When training... - [ ] Check if you have it - [ ] Download it if you don't - [ ] Save as a resource - [ ] Note it...
Only support v3_0_0.wav. Others can be added back using extensions (#440) Also need to update the data that are provided for the demos: * [ ] [Colab](https://neural-amp-modeler.readthedocs.io/en/latest/tutorials/colab.html). * [ ]...
Instead of having cab modeling/`fit_cab` be an option, perhaps it should just be on all the time. Pros: * Simpler. "It just works". * You can always use `bin/train/main.py` to...