webamp/js/media
Jordan Eldredge 3dc03abc26 Go back to using two gains for balance
SteroPannerNode handled mono files correctly, but apparently panning is not the same as balance.

Eventually I found a work around [here](https://github.com/WebAudio/web-audio-api/issues/975#issue-177242377). The idea is to use a dummy GainNode before the channel splitter to handle the up-mixing before the split is applied.

Tested a mono file as well as left/right balance on Chrome, Firefox, and Safari on Mac desktop.
2019-01-24 20:56:24 -08:00
..
elementSource.ts Move file specific media info to the track 2018-12-29 16:06:51 -08:00
index.ts Go back to using two gains for balance 2019-01-24 20:56:24 -08:00
StereoBalanceNode.js Go back to using two gains for balance 2019-01-24 20:56:24 -08:00