- main
int main(int argc, char** argv)
Undocumented in source. Be warned that the author may not have intended to support it.
- underflow_callback
void underflow_callback(SoundIoOutStream* outstream)
Undocumented in source. Be warned that the author may not have intended to support it.
- usage
int usage(char* exe)
Undocumented in source. Be warned that the author may not have intended to support it.
- write_callback
void write_callback(SoundIoOutStream* outstream, int frame_count_min, int frame_count_max)
Undocumented in source. Be warned that the author may not have intended to support it.
- write_sample_float32ne
void write_sample_float32ne(char* ptr, double sample)
Undocumented in source. Be warned that the author may not have intended to support it.
- write_sample_float64ne
void write_sample_float64ne(char* ptr, double sample)
Undocumented in source. Be warned that the author may not have intended to support it.
- write_sample_s16ne
void write_sample_s16ne(char* ptr, double sample)
Undocumented in source. Be warned that the author may not have intended to support it.
- write_sample_s32ne
void write_sample_s32ne(char* ptr, double sample)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D