Jordan Danford
|
de4dd28ff3
|
Update standardized-audio-context, fix little lint errors
|
2023-01-26 11:31:38 -07:00 |
|
Yotam Mann
|
bd1c604131
|
Merge pull request #1133 from quargsgreene/dev
small doc enhancements for chorus, distortion, and FFT
|
2022-10-23 11:01:27 -04:00 |
|
Quargs Greene
|
34f4c149d2
|
small doc enhancements for chorus, distortion, and FFT
|
2022-10-22 15:47:23 -07:00 |
|
Yotam Mann
|
3de6c81637
|
Merge pull request #766 from cjwit/add-docs
Add docs
|
2022-10-02 10:08:29 -04:00 |
|
Quargs Greene
|
d463286891
|
custom decay curve #1107
|
2022-10-01 22:38:20 -07:00 |
|
Christoph Guttandin
|
75a802cfb2
|
Load only a single AudioWorklet
|
2022-03-21 16:34:23 +01:00 |
|
Yifan Mai
|
45d2009ccb
|
Smooth RMS values per channel in Meter
Fixes #882
|
2022-01-23 10:49:15 -08:00 |
|
Yotam Mann
|
10c27a99e1
|
linting
|
2021-10-13 18:38:30 -04:00 |
|
Yotam Mann
|
d8c8a85bdf
|
small ts tweaks
|
2021-10-13 13:10:36 -04:00 |
|
Yotam Mann
|
927ff54166
|
changing to channelCount to match rest of API
|
2021-10-13 13:09:09 -04:00 |
|
Marcel Blum
|
afb5284237
|
Analyser constructor smoothing option bug fix
|
2021-08-31 23:20:01 -04:00 |
|
Yotam Mann
|
78452c65d2
|
making sure that the decibel values are propagated through to the filter
fixes #807
|
2020-12-14 18:43:40 -05:00 |
|
Yotam Mann
|
14be0fc84e
|
removing unused import
|
2020-11-02 23:04:31 -05:00 |
|
Yotam Mann
|
944fa51466
|
removing positive number restriction on frequency envelope octaves
|
2020-11-02 13:47:24 -05:00 |
|
cjwit
|
fb4904da65
|
Revise DCMeter doc changes
|
2020-10-25 19:39:14 -04:00 |
|
Yotam Mann
|
b39883e132
|
increasing attack/release above 0 to avoid distortion
fixes #770
|
2020-10-25 13:06:08 -04:00 |
|
cjwit
|
cb14344b8f
|
Add link from Meter to DCMeter
|
2020-10-23 13:51:08 -04:00 |
|
cjwit
|
b5128769c8
|
Add detail and link to Meter in DCMeter
|
2020-10-23 13:50:00 -04:00 |
|
cjwit
|
7799b0ede4
|
Add output description and example link to Meter
|
2020-10-23 13:42:01 -04:00 |
|
Yotam Mann
|
8b996bc6ed
|
exporting Mono
fixes #765
|
2020-10-21 22:32:59 +02:00 |
|
Yotam Mann
|
61d27b93b6
|
fixing example formatting
|
2020-09-21 09:23:12 -04:00 |
|
Yotam Mann
|
ad9dd643a6
|
fixing envelope example
|
2020-09-15 08:22:16 -04:00 |
|
Marcel Blum
|
0e2b5b942d
|
adding @category definitions for docs, fixing some typos/mistakes along the way
|
2020-09-02 16:53:38 -04:00 |
|
Marcel Blum
|
5949b77e0e
|
docs example bugfixes, typo corrections, minor additions for clarity, legacy link update
|
2020-09-02 00:07:45 -04:00 |
|
Yotam Mann
|
a25fd28328
|
removing toFixed since output might be array
|
2020-07-26 14:06:00 -07:00 |
|
Yotam Mann
|
6b5daa7d07
|
using new way to handle offline tests
|
2020-07-26 13:55:06 -07:00 |
|
Yotam Mann
|
d357feec24
|
channelCount as an input option
fixes #704
|
2020-07-25 18:27:50 -07:00 |
|
Yotam Mann
|
f20d19beed
|
updating example
|
2020-07-19 13:48:48 -07:00 |
|
Yotam Mann
|
a78fba072a
|
make sure the defaults belong to the template
|
2020-07-19 12:04:03 -07:00 |
|
Yotam Mann
|
a9f99e8fb3
|
corrected fft example
|
2020-07-18 17:21:24 -07:00 |
|
Yotam Mann
|
742a965d33
|
fixing example
|
2020-07-18 10:41:36 -07:00 |
|
Yotam Mann
|
69bc2bbb57
|
linting
|
2020-06-16 23:14:19 -04:00 |
|
Jack Anderson
|
73ba8c1138
|
export new BiquadFilter
|
2020-06-08 15:01:01 -07:00 |
|
Yotam Mann
|
22cecdc281
|
feat: adding ability to get the frequency at the FFT index
`getFrequencyOfIndex`
|
2020-06-07 20:46:01 -04:00 |
|
Yotam Mann
|
d72580cd48
|
removing unused variable
|
2020-06-07 20:42:34 -04:00 |
|
Yotam Mann
|
75617d341f
|
feat: adding BiquadFilter
Simplified Filter class without the "rolloff" param
closes #686
|
2020-06-07 20:17:18 -04:00 |
|
Yotam Mann
|
353ed3f28c
|
adding more docs and examples
|
2020-05-26 21:09:32 -04:00 |
|
Yotam Mann
|
9d8bc5fe06
|
setting params as k-rate
gives much better performance
addresses #672
|
2020-05-26 21:09:10 -04:00 |
|
Yotam Mann
|
51106320b5
|
converting worklets back into strings
fixes #663
|
2020-05-07 09:23:48 -04:00 |
|
Yotam Mann
|
f0926193c4
|
render the amplitude offline
|
2020-05-06 22:11:07 -04:00 |
|
Yotam Mann
|
8656f37eff
|
updating Envelope examples
|
2020-04-29 23:44:01 -04:00 |
|
Yotam Mann
|
c419a4c1ac
|
moving ToneAudioWorklet to 'worklet' folder
removing tests. typescript + testing elsewhere provides better coverage
|
2020-04-29 16:59:26 -04:00 |
|
Yotam Mann
|
c2d6eb4a7f
|
fixing tests
everything is delayed by 1 more sample
|
2020-04-29 16:55:09 -04:00 |
|
Yotam Mann
|
8bc4deec2b
|
feat: updating the way that AudioWorkletProcessors are handled
They each get their own .worklet.ts file which enables some typescript checking
|
2020-04-29 16:38:58 -04:00 |
|
Yotam Mann
|
bcf7547808
|
better pan example
|
2020-04-27 00:35:46 -04:00 |
|
Yotam Mann
|
7429604d3d
|
ability to pass in channelCount
addresses #609
|
2020-04-26 18:07:31 -04:00 |
|
Yotam Mann
|
5ddfce9df7
|
updating polyfill recomendation
#655
|
2020-04-26 18:02:18 -04:00 |
|
Yotam Mann
|
7167fa3a81
|
Merge pull request #655 from sanderwapstra/mediarecorder-polyfill
Changes to make Recorder work with polyfill
|
2020-04-26 17:59:54 -04:00 |
|
Sander Wapstra
|
c7aed6199f
|
Use addEventListener for start and stop
|
2020-04-26 21:38:14 +02:00 |
|
Yotam Mann
|
dbc3db6692
|
fixing issue where input might be undefined
|
2020-04-21 22:11:31 -04:00 |
|