mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Optimization to stereo panner.
This commit is contained in:
@@ -35,7 +35,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
ma_engine_sound_set_pitch(&engine, &sound1, 0.75f);
|
||||
ma_engine_sound_set_pan(&engine, &sound1, -1.0f);
|
||||
ma_engine_sound_set_pan(&engine, &sound1, 0.0f);
|
||||
ma_engine_sound_set_looping(&engine, &sound1, MA_TRUE);
|
||||
ma_engine_sound_start(&engine, &sound1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user