feliwir / feliwir/SharpAudio

Increased audio playback speed while playing an MP3

Aperta
#15 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
C#
Stelle
194
Fork
20
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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();
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.