deimos.samplerate

Undocumented in source.

Members

Aliases

src_callback_t
alias src_callback_t = c_long function(void*, float**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

src_callback_new
SRC_STATE* src_callback_new(src_callback_t func, int converter_type, int channels, int* error, void* cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_callback_read
c_long src_callback_read(SRC_STATE* state, double src_ratio, c_long frames, float* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_delete
SRC_STATE* src_delete(SRC_STATE* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_error
int src_error(SRC_STATE* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_float_to_int_array
void src_float_to_int_array(const(float)* in_, int* out_, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_float_to_short_array
void src_float_to_short_array(const(float)* in_, short* out_, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_get_description
const(char)* src_get_description(int converter_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_get_name
const(char)* src_get_name(int converter_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_get_version
const(char)* src_get_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_int_to_float_array
void src_int_to_float_array(const(int)* in_, float* out_, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_is_valid_ratio
int src_is_valid_ratio(double ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_new
SRC_STATE* src_new(int converter_type, int channels, int* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_process
int src_process(SRC_STATE* state, SRC_DATA* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_reset
int src_reset(SRC_STATE* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_set_ratio
int src_set_ratio(SRC_STATE* state, double new_ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_short_to_float_array
void src_short_to_float_array(const(short)* in_, float* out_, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_simple
int src_simple(SRC_DATA* data, int converter_type, int channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
src_strerror
const(char)* src_strerror(int error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SRC_LINEAR
enum SRC_LINEAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRC_SINC_BEST_QUALITY
enum SRC_SINC_BEST_QUALITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRC_SINC_FASTEST
enum SRC_SINC_FASTEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRC_SINC_MEDIUM_QUALITY
enum SRC_SINC_MEDIUM_QUALITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRC_ZERO_ORDER_HOLD
enum SRC_ZERO_ORDER_HOLD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

SRC_CB_DATA
struct SRC_CB_DATA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRC_DATA
struct SRC_DATA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRC_STATE
struct SRC_STATE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta