Giter VIP home page Giter VIP logo

libvorbis-js's Introduction

libvorbis-js

Javascript ogg vorbis encoder.

Summary

libvorbis-js is an Emscripten-based port of libogg and libvorbis from C to Javascript. It makes it possible to encode audio data into ogg/vorbis format.

Current status (2013-12-09)

Early alpha. The code compiles and is able to write ogg headers properly. Not fully functional except if low-level api use is okay. Still needs glue code to make it easier to work with e.g. AudioBuffers or at least Float32Arrays.

See post.js for a brief listing of the ported methods.

See test.js for a simple test which you can run using node js, e.g.

make
node test/test.js

TODO

  • Recreate a wav to vorbis encoding based on test/encoder_example.c - in particular, make the audio writing loop work
  • Create utility methods to make it easier to work with the library - encode(AudioBuffer src, float quality) : Blob
  • Add missing methods to post.js if it makes sense
  • Make it go faster

Contributions are very welcome!

More info

Please use issue tracker or contact information on the github page:

https://github.com/bjornm/libvorbis-js

libvorbis-js's People

Contributors

bjornm avatar

Watchers

James Cloos 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.