ralzohairi / js-audio-recording

The project demonstrates the usage of a user-defined audio recording API in a website.
46 stars 24 forks source link

Upload recorded file to the server #1

Open knagode opened 2 years ago

knagode commented 2 years ago

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!

denvergeeks commented 2 years ago

Hey, https://www.bandlab.com/ would be an awesome tool for what you are wanting to do.

danielezerosi commented 1 year ago

@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?

knagode commented 1 year ago

I haven't got into it yet ;)

danielezerosi commented 1 year ago

I haven't got into it yet ;)

i did it, if you need help write me :)

JanLangeDK commented 6 months ago

I haven't got into it yet ;)

i did it, if you need help write me :)

How did you implement that ?