Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased audio playback speed while playing an MP3 #15

Open
markjamesm opened this issue Dec 28, 2020 · 2 comments
Open

Increased audio playback speed while playing an MP3 #15

markjamesm opened this issue Dec 28, 2020 · 2 comments

Comments

@markjamesm
Copy link

When attempting to play this MP3 file, the playback speed appears to be much faster (it sounds nearly double) compared to using an audio player. Playing another MP3 worked fine.

To recreate the bug:

var engine = AudioEngine.CreateDefault();
var soundStream = new SoundStream(File.OpenRead("example.mp3"), engine);

soundStream.Volume = 50.0f;
soundStream.Play();
@AdrienTorris
Copy link

I have the same issue with several WAV files (the MP3s are played at the right speed).

I've tried with a custom volume and without, the issue is the same.

The metas of the files seems ok.

The only specificity I have is that I can play several SoundStreams at the same time (only two for now).

@DearVa
Copy link

DearVa commented Jan 26, 2023

It seems that a single channel mp3 causes this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants