This repository contains example models for the anira library, designed for validation and demonstration purposes.
SimpleGainNetwork
: This folder contains an example model, designed for stereo audio inference. It includes:- Inputs:
- Stereo audio data: Two-channel input array representing the audio signal.
- Gain parameter: A parameter to apply gain (amplification) to the input audio.
- Outputs:
- Processed audio: The input audio after applying the gain.
- Peak gain: The maximum absolute gain measured across both channels.
- Inputs: