From 35ef33c514efea6b10ca33833b10782694e6c08d Mon Sep 17 00:00:00 2001 From: Sven Kube Date: Wed, 1 Oct 2025 15:15:51 +0200 Subject: [PATCH] AudioSocket: new message types 0x11 - 0x18 for higher slin sample rates --- docs/Configuration/Channel-Drivers/AudioSocket.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Configuration/Channel-Drivers/AudioSocket.md b/docs/Configuration/Channel-Drivers/AudioSocket.md index 08817187cc..21bff88389 100644 --- a/docs/Configuration/Channel-Drivers/AudioSocket.md +++ b/docs/Configuration/Channel-Drivers/AudioSocket.md @@ -23,6 +23,14 @@ The minimum message length is three bytes: type and payload-length. Hangup indic * `0x01` - Payload will contain the UUID (16-byte binary representation) for the audio stream * `0x03` - Payload is 1 byte (ascii) DTMF (dual-tone multi-frequency) digit * `0x10` - Payload is signed linear, 16-bit, 8kHz, mono PCM (little-endian) +* `0x11` - Payload is signed linear, 16-bit, 12kHz, mono PCM (little-endian) +* `0x12` - Payload is signed linear, 16-bit, 16kHz, mono PCM (little-endian) +* `0x13` - Payload is signed linear, 16-bit, 24kHz, mono PCM (little-endian) +* `0x14` - Payload is signed linear, 16-bit, 32kHz, mono PCM (little-endian) +* `0x15` - Payload is signed linear, 16-bit, 44.1kHz, mono PCM (little-endian) +* `0x16` - Payload is signed linear, 16-bit, 48kHz, mono PCM (little-endian) +* `0x17` - Payload is signed linear, 16-bit, 96kHz, mono PCM (little-endian) +* `0x18` - Payload is signed linear, 16-bit, 192kHz, mono PCM (little-endian) * `0xff` - An error has occurred; payload is the (optional) application-specific error code. Asterisk-generated error codes are listed below. ### Payload length