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

Hangs on decoding local mp3 #19

Closed
GeoffreyPlitt opened this issue May 30, 2018 · 1 comment
Closed

Hangs on decoding local mp3 #19

GeoffreyPlitt opened this issue May 30, 2018 · 1 comment

Comments

@GeoffreyPlitt
Copy link

const decode = require('audio-decode')

decode(fs.readFileSync('./path/to/song.mp3'))
.then(console.log)
.catch(console.error)

It hangs for me. How to trouble-shoot?

@ch1ller0
Copy link

Encountered the same issue, but later found out that a tiny sample logs out just fine. Maybe it just takes time to process a large file.

@dy dy closed this as completed Mar 3, 2023
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