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

mp3: only MPEG version 1 (want 3; got 2) is supported #116

Open
caesaneer opened this issue Mar 28, 2021 · 2 comments
Open

mp3: only MPEG version 1 (want 3; got 2) is supported #116

caesaneer opened this issue Mar 28, 2021 · 2 comments

Comments

@caesaneer
Copy link

Hello,

I'm trying to play an mp3 outputted from the Google Text to Speech API. I keep getting the following error on mp3.Decode(f)

mp3: only MPEG version 1 (want 3; got 2) is supported

Any help would be appreciated. Thanks.

TTS API: https://cloud.google.com/text-to-speech/docs/libraries
MP3 File: https://www.dropbox.com/s/l9w5qkad2jtm3vw/output.mp3?dl=0

@tsoun
Copy link

tsoun commented Apr 2, 2021

same problem smh

@MarkKremer
Copy link
Contributor

It looks like your file works with the master branch. So just do:

go get -u github.com/faiface/beep@master

@faiface Could you create a new tag for the master branch? go get only downloads the most recent tagged version by default.

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