Giter Club home page Giter Club logo

opencore-amr-js's Introduction

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.

Build under Mac OS X

Install homebrew.

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:

brew install cmake nodejs python
./emsdk update
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh

Install automake and autoconf tools:

brew 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.

opencore-amr-js's People

Contributors

mstorsjo avatar flameeyes avatar yxl avatar lrn avatar mykmelez avatar

Watchers

James Cloos avatar Henson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.