Skip to content

Releases: ctg-tme/audio-zone-manager-library-macro

1.0.0

09 Sep 21:28
Compare
Choose a tag to compare

Version 1.0.0 🎉

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

0.8.0

29 Jul 20:30
Compare
Choose a tag to compare

v0.8.0

  • Minor Release: Added support for AZM_Lib Macro update Process.

    • New Configs Introduced
      • config_AutomaticUpdates_Mode

        • Enables Automatic Updates Mode. This is a passive update tool. The macro will check for updates hosted on this repository, but will NOT install the new release for you. It's purely meant to notify you 😃

        • Notification can be found in the Macro Console and in the Control Panel UI

        • AZM Notifications Macro Console

        • AZM Notifications Control Panel

        • AZM Notifications UserInterface

      • config_AutomaticUpdates_Schedule_Day

        • If config_AutomaticUpdates_Mode is not set to off, then this is the Day of the Week when the Macro will check for an update
      • config_AutomaticUpdates_Schedule_Time

        • If config_AutomaticUpdates_Mode is not set to off, then this is the Time of Day when the Macro will check for an update
  • Minimum RoomOS Updated from 11.8.X to RoomOS 11.11.1.9

    • This version of AZM leverages the new Control Panel interface to spawn a AZM Notification Panel which was introduced in this version of RoomOS

0.7.2

25 Jul 18:47
Compare
Choose a tag to compare

Initial Release