Skip to content

Commit

Permalink
Merge pull request #132 from sethidden/pymumble_py3
Browse files Browse the repository at this point in the history
docs(stereo): replace mentions of "mono" with "mono/stereo"
  • Loading branch information
azlux authored Jul 3, 2023
2 parents 3f8a1c8 + 5e43e68 commit 6aa2085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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)`
Expand Down

0 comments on commit 6aa2085

Please sign in to comment.