Throw when try to create over #MAX_LANE_COUNT lanes
Throw when non existing lane_id specified
Audio client websocket processing
Mixer client websocket processing
Audio mixer fader & meter UI component
Packet type ID of audio packet
Verify the packet is audio packet
Unpack audio packet
Create audio packet
Packet type ID of silent audio packet
Packet type ID of gain modify packet
Verify the packet is gain_modify packet
Unpack gain_modify packet
Create gain_modify packet
Verify the packet is lane_created packet
Packet type ID of lane-created packet
Unpack lane-created packet
Create lane-created packet
Verify the packet is lane_deleted packet
Packet type ID of gain modify packet
Unpack lane_deleted packet
Create lane_deleted packet
Verify the packet is lane_modified packet
Packet type ID of lane-modified packet
Unpack lane-modified packet
Create lane-modified packet
Verify the packet is lanes_info packet
Packet type ID of lanes-info packet
Unpack lanes-info packet
Create lanes-info packet
Verify the packet is lanes_loudness packet
Packet type ID of lanes-loudness packet
Unpack lanes-loudness packet
Create lanes-loudness packet
Calculate dBFS from float array
Convert from Int16Array to Uint8Array
as little endian, without dependency of system
Convert from Uint8Array
to Int16Array
as little endian, without dependency of system
Start to keep WakeLock (no screen turn off, sleep or lock)
Improved typeof - get type name or object name