cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

Send the recorded file to a server #4

Closed jacksonbenete closed 10 years ago

jacksonbenete commented 10 years ago

Hello guys,

Great work this AudioRecorder project huh!? Is very cool... I don't know too much about javascript yet, I would like to send the recorded file to a server or something instead of save in local storage, have any easy way to do that? Or I will have to change the "core" of the script to be able to do that?

Thanks!

cwilso commented 10 years ago

You don't really need to change the core, however: 1) you'll need to figure out a server strategy to deliver the file to, and 2) at some point, for more than small files, you'll probably want to create an encoder in a different codec than uncompressed WAV files.