Play audio with Node.JS

前端 未结 7 2118
故里飘歌
故里飘歌 2021-02-01 15:52

I\'m currently using child_process and command-line mplayer to play audio on the local machine, with my Node.JS application. This works, but it\'s not really an exc

7条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 16:29

    I think what you asking is there any good modules that work with audio in the nodejs ecosystem?

    Whenever you have this type of question you should first go the npmjs and just type a appropiate keyword.

    Here is list of modules that related to audio I found on the npmjs site.

    substacks's baudio looks good to me.

提交回复
热议问题