简体   繁体   中英

Can a web browser use multiple audio sources concurrently?

I have a computer with multiple audio out ports on the sound card. Can I use the web audio api or something to play different audio source to different output ports?

For example, in a browser, load 3 tracks and send each track to a different audio output port on the sound card.

Hmm. The channel splitter seems to have more fine grained control of audio channel. I'm not sure if that is what I would need though. One multi channel audio source to multiple monos?

https://developer.mozilla.org/en-US/docs/Web/API/ChannelSplitterNode

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM