Yotam Mann
3001db4700
Refactor options before super
2024-05-06 10:35:02 -04:00
Yotam Mann
aaf880c925
Using web-test-runner for tests, updating import paths ( #1242 )
...
* WIP moving tests to web-test-runner
* updating thresholds
* Adding file extensions
* Testing integrations
* linting
* fixing dep
* moving back to root dir
* prettier all of the files
* updating eslint rules to use with prettier
* remove import package
* moving tsignore around
* removing unneeded ignores
* all tests run on puppeteer, no need for testing guards
* linting
* import type syntax
* cleaning up
* Update package.json
2024-05-03 14:31:14 -04:00
Yotam Mann
f2160618aa
Using @see typedoc ( #1237 )
2024-04-29 12:59:49 -04:00
Yotam Mann
57eacfa13b
Updating link syntax ( #1236 )
2024-04-29 10:48:37 -04:00
Yotam Mann
a256ae2e6c
Working on getting github actions to run ( #1231 )
...
* working on getting actions to run
* running all tests
* run on CHROME only
* Update test.yml
* ignoring node_modules
* updating typedocs
* trying to ignore compiler errors
* Update tsconfig.json
* running doc tests in parallel
* speeding up docs example tests
* Update test.yml
* testing README
* 2 spaces instead of 4
* codecov
* remove travis ci
* adding token
* updating codecov
2024-04-25 14:06:55 -04:00
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