Skip to content

Commit 14d25b8

Browse files
SvenKubegtjoseph
authored andcommitted
AudioSocket: new message types 0x11 - 0x18 for higher slin sample rates
1 parent 0c45c19 commit 14d25b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Configuration/Channel-Drivers/AudioSocket.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ The minimum message length is three bytes: type and payload-length. Hangup indic
2323
* `0x01` - Payload will contain the UUID (16-byte binary representation) for the audio stream
2424
* `0x03` - Payload is 1 byte (ascii) DTMF (dual-tone multi-frequency) digit
2525
* `0x10` - Payload is signed linear, 16-bit, 8kHz, mono PCM (little-endian)
26+
* `0x11` - Payload is signed linear, 16-bit, 12kHz, mono PCM (little-endian)
27+
* `0x12` - Payload is signed linear, 16-bit, 16kHz, mono PCM (little-endian)
28+
* `0x13` - Payload is signed linear, 16-bit, 24kHz, mono PCM (little-endian)
29+
* `0x14` - Payload is signed linear, 16-bit, 32kHz, mono PCM (little-endian)
30+
* `0x15` - Payload is signed linear, 16-bit, 44.1kHz, mono PCM (little-endian)
31+
* `0x16` - Payload is signed linear, 16-bit, 48kHz, mono PCM (little-endian)
32+
* `0x17` - Payload is signed linear, 16-bit, 96kHz, mono PCM (little-endian)
33+
* `0x18` - Payload is signed linear, 16-bit, 192kHz, mono PCM (little-endian)
2634
* `0xff` - An error has occurred; payload is the (optional) application-specific error code. Asterisk-generated error codes are listed below.
2735

2836
### Payload length

0 commit comments

Comments
 (0)