mirror of
https://github.com/azlux/pymumble
synced 2024-11-23 22:06:10 +00:00
Compare commits
2 Commits
3f8a1c89eb
...
6aa2085157
Author | SHA1 | Date | |
---|---|---|---|
6aa2085157 | |||
|
5e43e682d4 |
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
|
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`
|
> `SoundChunk.pcm`
|
||||||
|
|
||||||
@ -407,7 +407,7 @@ Return the current length of an audio packet in secs.
|
|||||||
|
|
||||||
> `Mumble.sound_output.get_audio_per_packet()`
|
> `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)`
|
> `Mumble.sound_output.add_sound(string)`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user