
Go to the source code of this file.
Macros | |
| #define | MINIAUDIO_IMPLEMENTATION |
Functions | |
| void | data_callback (ma_device *pDevice, void *pOutput, const void *pInput, ma_uint32 frameCount) |
| int | main (int argc, char **argv) |
| #define MINIAUDIO_IMPLEMENTATION |
Definition at line 8 of file rhino/demo/c/pvrecorder/src/miniaudio/examples/simple_looping.c.
| void data_callback | ( | ma_device * | pDevice, |
| void * | pOutput, | ||
| const void * | pInput, | ||
| ma_uint32 | frameCount | ||
| ) |
Definition at line 13 of file rhino/demo/c/pvrecorder/src/miniaudio/examples/simple_looping.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file rhino/demo/c/pvrecorder/src/miniaudio/examples/simple_looping.c.