Search code examples
javascriptweb-audio-api

Web Audio API, get the output from the soundcard


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?)


Solution

  • 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).