Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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