Audio manipulation using node.js

后端 未结 2 416
悲&欢浪女
悲&欢浪女 2021-01-12 22:07

My team has been using the Web Audio API/Getusermedia in a product and we are going really well with our chrome and firefox users. But we still have a large base of users th

2条回答
  •  灰色年华
    2021-01-12 23:01

    You can try using this (is in development):

    Node Web Audio API

    https://github.com/sebpiq/node-web-audio-api

    Installation

    npm install web-audio-api
    

    Demo

    node test/manual-testing/AudioContext-sound-output.js
    

提交回复
热议问题