Increased audio playback speed while playing an MP3
Open
- Dominant language
- C#
- Stars
- 194
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
When attempting to play [this MP3 file](https://drive.google.com/file/d/1UkQY16Fy8YCxvF4Mi-NooReJR9VlVPbK/view?usp=sharing), 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();
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.