-
Notifications
You must be signed in to change notification settings - Fork 14
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
mp3 playback speed is slowed down and it starts in the middle of the track #19
Comments
Hey, did you find a solution? I have the exact same issue, Windows 10. |
Interestingly, even if I specifically install |
Which version of |
Hi, I gave up and resorted to using play-sound. |
I looked at |
This comment has been minimized.
This comment has been minimized.
@dy much appreciated - but sure I hope you won't be spending your whole weekend on it. Cheers! |
@dy same, it's no rush, I can work around it. Thanks! |
I have the same issue. At first, I was delighted, because it was very fun to hear "what's new pussycat" in such a demonic form. Ultimately, I'm going to have to try a different library, though. |
@gregoryjjb with play-sound, which back-end are you using, it seems that there is a preferred player for certain media types. I'm testing on a thinkpad and a raspberry pi. When playing MP3 with this library I hear the weird demonic version of the song, after transcode to WAV the first second is distorted, then the audio seems fine. with play-sound on mpg123 i see inconsistent play volumes and sometimes files do not play. |
@BradTotaro I never did use |
@gregoryjjb Did you consider preconverting to wav (which seems to play fine) and then using that? I ask because I'm getting the same weirdness |
@fusionstream I just revisited this problem a couple days ago and I used |
I'm on Mac OS (10.13.6) using nodejs (10.13). When I'm trying to play an mp3 file the playback speed is slowed down and it starts in the middle of the track.
I've tried multiple mp3 files from different sources - mostly all with the same outcome.
This is an example which is not working for me when I download it and try to play it locally.
The only file I actually could get to play as expected was a random test I downloaded here.
Unfortunately I don't know how to determine which audio library is being used to decode the mp3 files to provide further information.
The text was updated successfully, but these errors were encountered: