Stereo support
andrey-zakharov opened this issue · 2 comments
andrey-zakharov commented
At least, to be able handle stereo audio, Stereo should be wrapped from JS side, and Java's Mixer from JVM.
thinking about another one AudioOutput
class?
fabmax commented
Yes, audio support is still very basic. Stereo sound would be nice.
andrey-zakharov commented
Issue that AudioOutput "too early" goes to generate
. I mean
- on js (and jvm prob.) side
StereoPanNode
should be connected toAudioContext
, but we have - on lib side:
AudioOutput
withMixNode.generate
tandem.