cwilso / AudioRecorder

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

Use encoder to get MP3 or Ogg support #14

Open cwilso opened 9 years ago

drreddy commented 9 years ago

Can you please elaborate? Is it converting the created .wav file to mp3/ogg ?

cwilso commented 9 years ago

Yes, I'd like to pull in an encoder to be able to generate (much smaller) MP3 or Ogg-encoded files.

adamfr33man commented 8 years ago

Please see the pull request https://github.com/cwilso/AudioRecorder/pull/19 I've added MP3 only at this stage. Could add Ogg later in a similar fashion