javascript - Web Audio API - strange 5.1 behavior -


i'm trying play video file using js web audio api. here link:

sample code

when click play icon, channels playing correctly. when click "play" button, have audio left , right channels. how can fix this? browser chrome.

the web audio api defaults 2 channels. should able increase number of channels setting audioctx.destination.channelcount higher number.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -