Giter Site home page Giter Site logo

iago's Introduction

#iago

Module for encoding Ogg in the browser.

  • Stream to the encoder--your compressed audio is ready when the recording is finished
  • Uses a web worker for the actual compression; UI thread is free

###Credit

###Usage

Install the component:

npm install iago

Use it:

var Iago = require('iago');

var context = new AudioContext();
var iago;
navigator.getUserMedia({ audio: true }, function(handle) {
  var stream = context.createMediaStreamSource(handle);
  iago = new Iago(stream);
});

// When finished:
iago.getBlob().then(function(blob) {
  // blob is of type audio/ogg
});

iago's People

Contributors

itsjoesullivan avatar

Stargazers

Cat  avatar Ivo Yankulovski avatar Van Gale avatar Michael Anthony avatar Hong Chulju avatar Narendra Sisodiya avatar KOBA789 avatar Clément Charmet avatar Rajiv Poddar avatar PG avatar Kayvon Ghashghai avatar Matt McKegg avatar rchk avatar Chinmay Pendharkar avatar Miko Meow avatar Chris Wilson avatar Oivvio Polite avatar Øyvind Smestad avatar Alexey Okhrimenko avatar valery sntx avatar coderaiser avatar Joohun, Maeng avatar Marko avatar tom zhou avatar  avatar

Watchers

tom zhou avatar James Cloos avatar  avatar Michael Anthony avatar

Forkers

angdev mcanthony

iago's Issues

iago future

Are you going to keep developing iago or libvorbis.js ? So far, these are the most advanced open source projects for encoding OGG in JS.

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.