Skip to content

Encode WAV files to MP3 using the LAME MP3 encoder and Chrome Native Client

License

Notifications You must be signed in to change notification settings

vinaytota/lame_nacl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lame_nacl

Encode WAV files to MP3 using the LAME MP3 encoder and Chrome Native Client (NaCL)

Post message to the NaCL object with an array buffer containing a single channel wav file and you'll get an encoded MP3 back.

Compiles and links statically against newlib by default to use glibc and the release configuration (to strip debug symbols)

make TOOLCHAIN=glibc CONFIG=Release

TODO: Add working example based on http://webaudiodemos.appspot.com/AudioRecorder/index.html

About

Encode WAV files to MP3 using the LAME MP3 encoder and Chrome Native Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages