#define STARBURN_STARWAVE_IO_BUFFER_SIZE_IN_UCHARS ( 44100 * 2 * 2 )
StarBurn.h
StarWave recommended I/O buffer size in UCHARs. It's *STRONGLY* recommended to use either it or multiplications of STARWAVE_IO_BUFFER_SIZE_IN_UCHARS as internal calculations and indexations are integer rather then float based
Macros