mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 17:24:03 +02:00
Some improvements to the processing of nodes.
The following flags can now be associated with nodes via the vtable: * MA_NODE_FLAG_PASSTHROUGH * MA_NODE_FLAG_CONTINUOUS_PROCESSING * MA_NODE_FLAG_ALLOW_NULL_INPUT * MA_NODE_FLAG_DIFFERENT_PROCESSING_RATES See commit changes for a description of these flags.
This commit is contained in:
@@ -107,7 +107,7 @@ int main(int argc, char** argv)
|
||||
/*ma_sound_set_volume(&sound, 0.25f);*/
|
||||
/*ma_sound_set_pitch(&sound, 1.2f);*/
|
||||
/*ma_sound_set_pan(&sound, 0.0f);*/
|
||||
ma_sound_set_looping(&sound, MA_TRUE);
|
||||
/*ma_sound_set_looping(&sound, MA_TRUE);*/
|
||||
//ma_sound_seek_to_pcm_frame(&sound, 6000000);
|
||||
//ma_sound_set_start_time(&sound, 1110);
|
||||
//ma_sound_set_volume(&sound, 0.5f);
|
||||
|
||||
Reference in New Issue
Block a user