sokol.audio

Undocumented in source.

Members

Enums

LogItem
enum LogItem
Undocumented in source.

Functions

bufferFrames
int bufferFrames()
Undocumented in source. Be warned that the author may not have intended to support it.
channels
int channels()
Undocumented in source. Be warned that the author may not have intended to support it.
expect
int expect()
Undocumented in source. Be warned that the author may not have intended to support it.
isvalid
bool isvalid()
Undocumented in source. Be warned that the author may not have intended to support it.
push
int push(float* frames, int num_frames)
Undocumented in source. Be warned that the author may not have intended to support it.
queryDesc
Desc queryDesc()
Undocumented in source. Be warned that the author may not have intended to support it.
sampleRate
int sampleRate()
Undocumented in source. Be warned that the author may not have intended to support it.
saudio_buffer_frames
int saudio_buffer_frames()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_channels
int saudio_channels()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_expect
int saudio_expect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_isvalid
bool saudio_isvalid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_push
int saudio_push(float* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_query_desc
Desc saudio_query_desc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_sample_rate
int saudio_sample_rate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_setup
void saudio_setup(Desc* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_shutdown
void saudio_shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_suspended
bool saudio_suspended()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
saudio_userdata
void* saudio_userdata()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setup
void setup(Desc desc)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
suspended
bool suspended()
Undocumented in source. Be warned that the author may not have intended to support it.
userdata
void* userdata()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Allocator
struct Allocator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Desc
struct Desc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Logger
struct Logger
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta