ppc.backend.loaders.audio

Undocumented in source.

Modules

ogg
module ppc.backend.loaders.audio.ogg

Copyright (c) 2018 Clipsey (clipseypone@gmail.com)

pcm
module ppc.backend.loaders.audio.pcm

Copyright (c) 2018 Clipsey (clipseypone@gmail.com)

wav
module ppc.backend.loaders.audio.wav

Copyright (c) 2018 Clipsey (clipseypone@gmail.com)

Members

Classes

AudioStream
class AudioStream

We need to use this cus templates are anoying

Manifest constants

SAMPLE_BIG_ENDIAN
enum SAMPLE_BIG_ENDIAN;

Sample should be stored big endian

SAMPLE_DEPTH_16BIT
enum SAMPLE_DEPTH_16BIT;

Sample bit depth being 16 bit

SAMPLE_DEPTH_8BIT
enum SAMPLE_DEPTH_8BIT;

Sample bit depth being 8 bit

SAMPLE_LITTLE_ENDIAN
enum SAMPLE_LITTLE_ENDIAN;

Sample should be stored little endian

SAMPLE_SIGNED
enum SAMPLE_SIGNED;

Samples are signed

SAMPLE_UNSIGNED
enum SAMPLE_UNSIGNED;

Samples are unsigned

Meta