pygame2.sdlmixer – basic SDL_mixer wrapper module

Note

Do not use pygame2.sdlmixer and pygame2.sdl.audio at the same time. As they both deal with audio hardware access, this can lead to problems and weird behaviour.

Module Functions

pygame2.sdlmixer.TODO()
TODO
pygame2.sdlmixer.TODO()
TODO
pygame2.sdlmixer.TODO()
TODO
pygame2.sdlmixer.TODO()
TODO
pygame2.sdlmixer.TODO()
TODO
pygame2.sdlmixer.TODO()
TODO
pygame2.sdlmixer.TODO()
TODO
pygame2.sdlmixer.TODO()
TODO
pygame2.sdlmixer.TODO()
TODO

Channel

class pygame2.sdlmixer.TODO
TODO

Attributes

Channel.chunk
TODO
Channel.fading
TODO
Channel.paused
TODO
Channel.playing
TODO
Channel.volume
TODO

Methods

Channel.TODO()
TODO
Channel.TODO()
TODO
Channel.TODO()
TODO
Channel.TODO()
TODO
Channel.TODO()
TODO
Channel.TODO()
TODO
Channel.TODO()
TODO

Chunk

class pygame2.sdlmixer.TODO

Note

The file object must support binary read and write access. This is especially important for Python 3.x users.

Attributes

Chunk.buf
TODO
Chunk.len
TODO
Chunk.volume
TODO

Music

class pygame2.sdlmixer.TODO

Note

The file object must support binary read and write access. This is especially important for Python 3.x users.

Attributes

Music.type
TODO

Methods

Music.TODO()
TODO
Music.TODO()
TODO