mirror of
https://github.com/azlux/pymumble
synced 2024-11-23 22:06:10 +00:00
Compare commits
No commits in common. "6aa2085157bee5db66d85a059dfc9ac9f770d4dd" and "3f8a1c89ebc3ae7462405983e4354bf384479811" have entirely different histories.
6aa2085157
...
3f8a1c89eb
4
API.md
4
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/stereo little-endian 48000Hz format :
|
||||
Get the PCM buffer for this sound, in 16 bits signed mono 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/stereo 48000Hz little-endian encoded) to the outgoing queue.
|
||||
Add PCM sound (16 bites mono 48000Hz little-endian encoded) to the outgoing queue.
|
||||
|
||||
> `Mumble.sound_output.add_sound(string)`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user