Giter VIP home page Giter VIP logo

vorbis.js's People

Contributors

devongovett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

vorbis.js's Issues

Memory allocation problem

I get the following error on my console after several minutes of processing vorbis data streaming to the client.

Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.

I don't know if this means that I have a memory leak, or that the setting used when compiling vorbis for the js port needs to be higher, but it will not grow indefinitely. I grabbed the prebuilt vorbis.js from here, and I'm having problems getting the build to work as documented on the web site.

What is the best way to get a version of vorbis.js compiled per the options given in the error message?

Does not decode lena.ogg

Hi!
Trying out codecs in audio-decode, having trouble getting ogg-vorbis work:

let buffer = require('audio-lena/ogg')
let AV = require('av')
require('ogg.js')
require('vorbis.js')

let asset = AV.Asset.fromBuffer(buffer);

asset.on('error', err => {
	console.log(err)
})

asset.decodeToBuffer((buffer) => {
	console.log(buffer.length) // 0
});

I use audio-lena/ogg, generated in audacity. Browser decoder works fine, with aurora I get FloatArray of zero length in some reason.

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.