smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

audio: Enable full-rate as possible audio codec too

This commit is contained in:
Holger Hans Peter Freyther 2014-03-14 10:56:54 +01:00
parent b880a99070
commit c23b675068
1 changed files with 2 additions and 1 deletions

View File

@ -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).