From 5e43e682d4cef224e8e57df10a3ee577f6085620 Mon Sep 17 00:00:00 2001 From: Artur <5359825+sethidden@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:45:11 +0200 Subject: [PATCH] mention that API now supports stereo too see 3f8a1c89ebc3ae7462405983e4354bf384479811 --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 16b5b21..8de033f 100644 --- a/API.md +++ b/API.md @@ -213,7 +213,7 @@ Return a `SoundChunk` object (the next one) but do not discard it. Useful to che It contains a sound unit, as received from the server. It as several properties -Get the PCM buffer for this sound, in 16 bits signed mono little-endian 48000Hz format : +Get the PCM buffer for this sound, in 16 bits signed mono/stereo little-endian 48000Hz format : > `SoundChunk.pcm` @@ -407,7 +407,7 @@ Return the current length of an audio packet in secs. > `Mumble.sound_output.get_audio_per_packet()` -Add PCM sound (16 bites mono 48000Hz little-endian encoded) to the outgoing queue. +Add PCM sound (16 bites mono/stereo 48000Hz little-endian encoded) to the outgoing queue. > `Mumble.sound_output.add_sound(string)`