From c23b675068b185f7ed80ce4dbdc50805c047cada Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 Mar 2014 10:56:54 +0100 Subject: [PATCH] audio: Enable full-rate as possible audio codec too --- src/GSMProcessor.st | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GSMProcessor.st b/src/GSMProcessor.st index 337d3a3..f8d2972 100644 --- a/src/GSMProcessor.st +++ b/src/GSMProcessor.st @@ -162,7 +162,8 @@ hosting various transactions and dispatching to them.'> addIe: ((GSM0808ChannelTypeIE initWith: GSM0808ChannelTypeIE speechSpeech audio: GSM0808ChannelTypeIE chanSpeechFullPref) - audioCodecs: {GSM0808ChannelTypeIE speechFullRateVersion3. + audioCodecs: {GSM0808ChannelTypeIE speechFullRateVersion1. + GSM0808ChannelTypeIE speechFullRateVersion3. GSM0808ChannelTypeIE speechHalfRateVersion3}; yourself); addIe: (GSM0808CICIE initWithMultiplex: aMul timeslot: aTs).