NeuralAmpModelerCore documentation and demo integrations are live
- Steve
- 9 minutes ago
- 1 min read
In order to assist with Stage 2 of the Architecture A2's development, I've (finally!) created documentation for the real-time library, and I've integrated v0.4.0 into NeuralAmpModelerPlugin.
Core library documentation
I've completed a first pass at documentation for the library. You can access it online here:
Aside from the usual API documentation, I've written a more in-depth description of how the WaveNet actually works, complete with a few diagrams at the various levels of the model. Hopefully this makes it much more clear what's going on in the model--and why. This is well worth studying.
NeuralAmpModelerPlugin implementation
If you want to see the differences in implementing NeuralAmpModelerCore v0.4.0 compared to 0.3.0 in a plugin, check out this PR, which highlights the key differences:
I've verified that the results are numerically equal between versions--which seems obvious from the plugin level, but is a real relief given the amount of changes in the implementation. One other nice thing is that v0.4.0 seems to be about 10% faster than 0.3.0 was (and 0.3.0 was also a little faster than what's in NeuralAmpModelerPlugin v0.7.13, the current latest version as of this blog post). Expect a few new plugin versions in the near future as all this gets out there.

