📄️ BeeHelpers
Overview
📄️ BeeSsh
Overview
📄️ BeeStatesWorker
The BeeStatesWorker.ts file is responsible for managing and monitoring the states of audio devices, referred to as "bees," within the KweenB application. This includes checking their online status, retrieving network performance metrics, and coordinating state updates. The BeeStatesWorker class encapsulates functionality for managing periodic checks to ensure the application remains aware of the current status of all connected bees, making it crucial for maintaining audio routing operations.
📄️ KweenBHelpers
This module contains helper functions that support the core functionality of the KweenB application, particularly focused on managing JACK and JackTrip audio networking processes. These helpers streamline the operations required to establish communication between audio devices and manage their respective states.
📄️ PresetHelpers
The PresetHelpers.ts module is responsible for managing audio presets in the KweenB application. This includes functionality for activating presets, initializing the presets folder, and retrieving available audio presets. This module works closely with the SettingHelpers and BeeHelpers modules for updating settings and managing bee configurations.
📄️ SettingHelpers
Overview
📄️ Zwerm3ApiHelpers
Overview