Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 656 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 656 Bytes

example-models

This repository contains example models for the anira library, designed for validation and demonstration purposes.

Content

  • 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.