Commit graph

10 commits

Author SHA1 Message Date
Jordan Eldredge
4fd802f96e
Go back to using two gains for balance (#725)
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-25 04:57:49 -08:00
Jordan Eldredge
38bd76f3d7 Make preamp a bit... more 2019-01-06 14:45:54 -08:00
Jordan Eldredge
2252c8e944 Improve preamp handling
Setting the preamp to the mid point should have no effect.
2019-01-06 14:34:58 -08:00
Jordan Eldredge
b16fb3a2ae Move file specific media info to the track
Fixes #712
2018-12-29 16:06:51 -08:00
Jordan Eldredge
5d6bf7a249
Use a legit polyfill (#711) 2018-12-28 15:36:56 -08:00
Jordan Eldredge
196f558375 Use StereoPannerNode where avaliable
Fixes #710
2018-12-28 14:01:00 -08:00
Jordan Eldredge
b4856c183d Revert "Ues Stereo Panner. Fixes #710"
This reverts commit fb828aca22.
2018-12-27 22:23:03 -08:00
Jordan Eldredge
fb828aca22 Ues Stereo Panner. Fixes #710 2018-12-27 22:09:40 -08:00
Jordan Eldredge
ca7504b8e1 Start disposing some stuff 2018-12-14 17:03:26 -08:00
Jordan Eldredge
edc5c7890c Type check media 2018-09-17 17:04:05 -07:00
Renamed from js/media/index.js (Browse further)