]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 17 Oct 2025 13:05:34 +0000 (13:05 +0000)
commitff0523a3d0e706bec9c799946f932477def45453
treea06de461f43d1b9b19208379ef763d8162aec831
parentb0237143b2f000e0d9b67d8c80725b7b03827641
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