You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Expanded Sample Microphone Configurations
New Sample Macro that leverages new Sample Microphone Configurations
What's changed?
ALOT, but it's fully backwards compatible with the previous releases 😃
The code has been simplified where possible
An excessive amount of comments to help developers not only understand the library better, but hopefully learn a thing or 2 and perhaps contribute 😃