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

Is it possible to split mp3 stream in browser? #39

Closed
sshbio opened this issue Apr 25, 2017 · 1 comment
Closed

Is it possible to split mp3 stream in browser? #39

sshbio opened this issue Apr 25, 2017 · 1 comment

Comments

@sshbio
Copy link

sshbio commented Apr 25, 2017

I have mp3 urls and I want to split the file inside browser, can I stream from specific time and save it as mp3 again?

@geeee
Copy link
Collaborator

geeee commented Apr 25, 2017

You probably don't need lamejs for this. Simple HTTP range request to the server with mp3 files will do the job.
This might serve you as a good starting point: http://mpgedit.org/mpgedit/mpeg_format/MP3Format.html

@geeee geeee closed this as completed Apr 25, 2017
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

2 participants