Jordan Eldredge
fe3a48e39a
Document semi-private API
2019-05-02 07:46:46 -07:00
Jordan Eldredge
80f34157dd
Notate some places where we have known bugs
2019-04-07 12:37:03 -07:00
Jordan Eldredge
a9caca0964
Consolidate imports
2019-03-19 06:55:23 -07:00
Jordan Eldredge
3213743960
Fix import order
2019-03-19 06:55:23 -07:00
Chuf
ff1d18c044
Fixes issue #717
...
GainNode now attenuates or boosts the signal correctly, according to the logarithmic dB scale
2019-03-14 15:47:24 -07:00
Chuf
99b4ad5f98
Fixes issue #717
...
GainNode now attenuates or boosts the signal correctly, according to the logarithmic dB scale
2019-03-14 15:47:24 -07:00
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