nam-rs 0.2.0

Pure-Rust, real-time-safe inference for Neural Amp Modeler (NAM) .nam models
Documentation
nam-rs
Copyright (c) 2026 Leigh

This product is a derivative work that ports inference logic and the .nam weight/
config layout from the Neural Amp Modeler ecosystem. The upstream projects and their
licenses are listed below. nam-rs is distributed under the MIT License (see LICENSE).

================================================================================
neural-amp-modeler  —  https://github.com/sdatkinson/neural-amp-modeler
NeuralAmpModelerCore —  https://github.com/sdatkinson/NeuralAmpModelerCore
Copyright (c) 2019-2025 Steven Atkinson
License: MIT

NeuralAudio          —  https://github.com/mikeoliphant/NeuralAudio
Copyright (c) Mike Oliphant
License: MIT

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

================================================================================
Bundled model fixtures (tests/fixtures/*.nam)

These are real exported WaveNet models redistributed from NeuralAmpModelerCore
(MIT, Copyright (c) 2019-2025 Steven Atkinson) for parity testing:

    tests/fixtures/reference.nam
        from NeuralAmpModelerCore/example_models/wavenet.nam (v0.5.4, 131 weights)
    tests/fixtures/reference_standard.nam
        from NeuralAmpModelerCore/example_models/wavenet_a1_standard.nam
        (v0.5.0, 13,802 weights — standard 16+8-channel architecture)

Redistributed under the MIT terms above. No third-party (GPL / TONE3000-T3K)
model files are committed to this repository.

================================================================================
waveny               —  https://github.com/nlpodyssey/waveny
License: Apache License 2.0

    Used as a conceptual cross-reference only; no source code was copied. The full
    Apache-2.0 license text is available at:
    https://www.apache.org/licenses/LICENSE-2.0