mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #26839: iax: fix warnings
This commit is contained in:
@ -661,8 +661,7 @@ void IAXVoIPLink::iaxHandleVoiceEvent(iax_event* event, IAXCall* call)
|
||||
if (size > max)
|
||||
size = max;
|
||||
|
||||
int samples = audioCodec->decode(decData_.getData(), data , size);
|
||||
int outSize = samples * sizeof(SFLAudioSample);
|
||||
audioCodec->decode(decData_.getData(), data , size);
|
||||
AudioBuffer *out = &decData_;
|
||||
unsigned int audioRate = audioCodec->getClockRate();
|
||||
|
||||
|
Reference in New Issue
Block a user