squarefeet / audio.io-old

A (possibly overkill) web audio and MIDI helper library
https://github.com/squarefeet/audio.io
6 stars 2 forks source link

Fix up weird stuff happening with splitters and mergers #9

Closed squarefeet closed 11 years ago

squarefeet commented 11 years ago

See audio.io.PanPot and StereoDelay.

squarefeet commented 11 years ago

http://stackoverflow.com/questions/14915951/web-audio-no-sound-in-right-channel

squarefeet commented 11 years ago

Looks like a fix is here: http://stackoverflow.com/a/14934906/1056594

Probably what I should do is make the MonoOscillator connect to a merger on both L and R channels, then connect that merger to the output gain node. This should ensure all Oscillators produce a "stereo" output...