]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_audiosocket: add message types for all slin sample rates
authorSven Kube <mail@sven-kube.de>
Fri, 10 Oct 2025 09:05:43 +0000 (11:05 +0200)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:11 +0000 (16:09 +0000)
commitda10edda02ee107e4cf9517077f206e49de15f03
tree43a70f84e55140eb7b5015fc637b2c31ad1a4145
parent316b4731cb4d31db74cc414b31e7295f5ea0b142
res_audiosocket: add message types for all slin sample rates

Extend audiosocket messages with types 0x11 - 0x18 to create asterisk
frames in slin12, slin16, slin24, slin32, slin44, slin48, slin96, and
slin192 format, enabling the transmission of audio at a higher sample
rates. For audiosocket messages sent by Asterisk, the message kind is
determined by the format of the originating asterisk frame.

UpgradeNote: New audiosocket message types 0x11 - 0x18 has been added
for slin12, slin16, slin24, slin32, slin44, slin48, slin96, and
slin192 audio. External applications using audiosocket may need to be
updated to support these message types if the audiosocket channel is
created with one of these audio formats.
include/asterisk/res_audiosocket.h
res/res_audiosocket.c