From 7700ef83e077b1f71055924b279872573085af51 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Tue, 9 Dec 2014 20:30:13 -0500 Subject: [PATCH] disable broken callback --- src/groupchat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/groupchat.c b/src/groupchat.c index 08c0833..e568947 100644 --- a/src/groupchat.c +++ b/src/groupchat.c @@ -830,6 +830,8 @@ static int group_audio_write(int peernum, int groupnum, const int16_t *pcm, unsi static void groupchat_onWriteDevice(ToxWindow *self, Tox *m, int groupnum, int peernum, const int16_t *pcm, unsigned int samples, uint8_t channels, unsigned int sample_rate) { + return; + if (groupnum != self->num) return;