I've been trying to use [audioconvert.js][1] for converting users' audio records and sending back to my server to save bandwidth.
I modified much of the code to get rid of audioconvert.js file's firefox-specific errors, but still, ffmpeg.js's ffmpeg_run does not return nor output anything. So I'm trying to re-compile ffmpeg.js on my ubuntu raring machine by: 1. install clang+llvm using http://llvm.org/apt/ 2. install emscripten by git-cloning https://github.com/kripken/emscripten‎ and setting PATH to that dir. 3. go into audioconvert.js/ffmpeg.js/ and run ./emcc-audio-config.sh when I try to run ./emcc-audio-config.sh, I get the following message: ./configure: 3762: ./configure: emnm: not found ERROR: libfdk_aac not found but the problem is, I already have libfdk_aac directory under audioconvert.js/ffmpeg.js... and I've googled for "emscripten emnm" only to see eminem-related pages =_= Any ideas on how I can compile ffmpeg.js? p.s: I'm quite new to all this c++, cmake, and emscripten... so I'd appreciate a few pointers if necessary. Thanks : ) [1]: https://github.com/sopel39/audioconverter.js -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
