summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 77afda81..b433ca13 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -421,8 +421,6 @@ int toxav_join_av_groupchat(Tox *tox, int32_t friendnumber, const uint8_t *data,
421 * Valid sample rates are 8000, 12000, 16000, 24000, or 48000. 421 * Valid sample rates are 8000, 12000, 16000, 24000, or 48000.
422 * 422 *
423 * Recommended values are: samples = 960, channels = 1, sample_rate = 48000 423 * Recommended values are: samples = 960, channels = 1, sample_rate = 48000
424 *
425 * TODO: currently the only supported sample rate is 48000.
426 */ 424 */
427int toxav_group_send_audio(Tox *tox, int groupnumber, const int16_t *pcm, unsigned int samples, uint8_t channels, 425int toxav_group_send_audio(Tox *tox, int groupnumber, const int16_t *pcm, unsigned int samples, uint8_t channels,
428 unsigned int sample_rate); 426 unsigned int sample_rate);