feliwir / feliwir/SharpAudio

Increased audio playback speed while playing an MP3

Open
#15 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.