-
Notifications
You must be signed in to change notification settings - Fork 25
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
Upload recorded file to the server #1
Comments
Hey, https://www.bandlab.com/ would be an awesome tool for what you are wanting to do. |
@knagode i'd like to do same thing (save file on server) and i'm thinking to ajax and send blob to php and save file with php. Did you write something else? |
I haven't got into it yet ;) |
i did it, if you need help write me :) |
How did you implement that ? |
Would it be hard to upload recorded file to server?
I am thinking about building a project where people would be building an audio together (something like "singing/chanting together"). I would record the initial audio. Next person would record the audio over it. I would merge both files together with
ffmpeg
on server and the next person would be able to record his version on the top of both files.I think the best idea to start is "5 minute chanting for peace" because peace is what the world needs right now. I looks like I will start with "forking this project". Thanks for posting the article and code publicly!
The text was updated successfully, but these errors were encountered: