kool-engine/kool

Stereo support

andrey-zakharov opened this issue · 2 comments

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?

Yes, audio support is still very basic. Stereo sound would be nice.

Issue that AudioOutput "too early" goes to generate. I mean

  • on js (and jvm prob.) side StereoPanNode should be connected to AudioContext, but we have
  • on lib side: AudioOutput with MixNode.generate tandem.