Compare commits

...

2 Commits

Author SHA1 Message Date
Azlux 6aa2085157
Merge pull request #132 from sethidden/pymumble_py3
docs(stereo): replace mentions of "mono" with "mono/stereo"
2023-07-03 10:41:10 +02:00
Artur 5e43e682d4 mention that API now supports stereo too
see 3f8a1c89eb
2023-06-25 20:59:08 +02:00
1 changed files with 2 additions and 2 deletions

4
API.md
View File

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