Skip to content

Altman-Huang/opencore-amr-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencore-amr-js

AMR-NB Codec in Javascript. Ported opencore-amr master using emscripten. This project is inspired by amr.js.

Build under Ubuntu

Download and unzip portable emscripten SDK to a directory, say EMSDK_PORTABLE: http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html

Install and activate the emscripten SDK under EMSDK_PORTABLE:

./emsdk update
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
sudo apt-get install nodejs-legacy

Install automake and autoconf tools:

sudo apt-get install libtool automake autoconf

Run make under js directory of the project source code tree.

Demo

The demo file is js/demo.html and could also be accessed online from http://yxl.github.io/opencore-amr-js/.

Browser Compatibility

Firefox 30+

Chrome 39+

License

Released under the same lincense of Apache License V2.0 as the original project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.8%
  • C 21.7%
  • Objective-C 0.7%
  • Makefile 0.3%
  • JavaScript 0.3%
  • HTML 0.2%