Skip to content

Sound speed on Android #9

@franap

Description

@franap

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions