Coder Social home page Coder Social logo

Is this stable? about aac.js HOT 1 CLOSED

NHQ avatar NHQ commented on September 3, 2024
Is this stable?

from aac.js.

Comments (1)

devongovett avatar devongovett commented on September 3, 2024
  1. I assume you're using the latest version of Aurora? The latest version (now merged into master) is namespaced and only exports a single AV object instead of lots of globals (e.g. AV.Player instead of global Player).
  2. AAC files don't usually have their own container format, and are usually found in M4A files (MPEG audio). There is a .aac format or ADTS but it's very rarely used except in streaming radio applications. Aurora contains an M4A demuxer automatically.
  3. Where are you getting this error? What line? Sounds like an issue reading the file, and perhaps it's an issue with the file you're reading or the way its been setup. I can probably help you if you give me more info.
  4. As for build system, I'm not really a big fan of the node module system or browserify myself. The reason you can't install aac and stream buffers into it is because aac.js is dependent on the Aurora.js framework. AAC.js is basically just a plugin for Aurora, which is what end users should touch. And it needs to work in the browser and in node, which means we can't use Node buffers or any of the Node stream stuff, and needed to build our own. To be honest, I've only briefly tested this in Node and it hasn't been a priority since I see it as mostly useful in the browser.
  5. I'd be interested to hear more about these contextual oddities and incompatibilities you're complaining of.

from aac.js.

Related Issues (14)

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.