-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
When I added android_api in my sketch, speed for playing wav files was not normal.
Basically I tried this code:
Maxim maxim;
AudioPlayer player;
...
maxim = new Maxim(this);
player = maxim.loadFile("test.wav");
player.setLooping(false);
...
player.play();However, the audio file is beeing played too quickly in my phone. It is more than twice times the normal speed (I tried player.speed(0.5) and even then it was too fast).
Metadata
Metadata
Assignees
Labels
No labels