Coder Social home page Coder Social logo

opencore-amr-js's Issues

process.argv[1] is undefined when ENVIRONMENT_IS_NODE

Using this lib in nw.js where it is node env but the process.argv[1] is undefined, causing an Error:

Uncaught TypeError: Cannot read property 'replace' of undefined
// hack to fix bug and it works
// Module["thisProgram"] = process["argv"][1].replace(/\\/g, "/");
Module["thisProgram"] = process["argv"][1] && process["argv"][1].replace(/\\/g, "/");

Any idea? Thanks!

opencore-amr-js该项目是否已经停止维护?

你好,作者,很感谢作者编译出来的JS版本供我们使用,目前发现在项目中仅支持amr-nb格式的解密,想咨询一下作者关于amr-wb格式的如何编解码,有看到他人文章说官方版是包含amr-wb格式的解码,请问作者是否有继续维护此项目的计划?

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.