Skip to content

Commit

Permalink
Version 1-0-0 Release
Browse files Browse the repository at this point in the history
What's New
- USB Input Connector Support
- VoiceActivityDetection
- Sampling Modes
    - Snapshot: Evaluates incoming audio data as a set, based on the sample size, then clear the samples for the next set (same as previous versions)
    - Rolling: (New) Evaluates incoming audio data as it comes in once the sample size has been reached.
- External Data Input Connectors
    - External Data allows another device to inject audio data into the AZM Library from an external source. This data could be from any source with access to the codec xAPI (Servers, Room Controllers, Etc)
    - It leverages the Message Send API to send a custom payload to an existing solution leveraging the AZM library
    - Support for ExternalVuMeter data or ExternalGate Data
    - Use cases include, but isn't limited to
        - Zone Capacity Expansion
        - Integrating 3rd party gear into existing macro solution
        - Ingesting Audio Events on from a node codec into a Primary
- Bug Cleanup
- Restructured Debugging Tools
- implementation of JSDoc Comments in code
  • Loading branch information
bomcgoni committed Sep 9, 2024
1 parent de6ed5f commit 894d823
Show file tree
Hide file tree
Showing 6 changed files with 2,113 additions and 842 deletions.
Binary file modified .DS_Store
Binary file not shown.
Loading

0 comments on commit 894d823

Please sign in to comment.