Web Audio API, get the output from the soundcard

前端 未结 2 568
一向
一向 2020-12-10 16:00

Can it be done?

If so, any information on the subject is greatly appreciated. (If not with the Web Audio API, is there some other API that lets me achieve this?)

相关标签:
2条回答
  • 2020-12-10 16:19

    Derek is correct. If You have a realtek card (I don't know about support from other manufacturers) You set it to stereo mix, and set the stereo mix to default microphone. You can then create a source node linked with your mic using navigator.getUserMedia.. Google and You Will find it.

    I just made a fiddle for you: Audio from soundcard

    EDIT: the link now goes to the right version of the jsfiddle (the other one had the bars wrong).

    0 讨论(0)
  • 2020-12-10 16:32

    It's possible to capture global audio output with Web Audio API for audio cards that support Stereo Mix feature, otherwise you could use Virtual Audio Cable.

    Here's a fiddle https://jsfiddle.net/bomzj/beap6n2g/

    0 讨论(0)
提交回复
热议问题