Michael Wilson
Michael Wilson
This came up in review [here](https://github.com/GoogleChromeLabs/web-audio-samples/pull/395#discussion_r1809719420). Rainfly examples at the time of writing take a samplerate parameter as follows: `// @paramName = ` But it's not documented anywhere that these...
The waveform display ([Waveform.js](https://github.com/GoogleChromeLabs/web-audio-samples/blob/main/src/library/Waveform.js) used in [worklet-recorder/app.js](https://github.com/GoogleChromeLabs/web-audio-samples/blob/main/src/audio-worklet/migration/worklet-recorder/app.js) is different from how most audio software shows waveforms. We should improve this visualization and compare it to other audio waveform displays. (reference...
Closes https://github.com/WebAudio/web-audio-api/issues/2413 The Audio Working Group would like to ask that `self.performance.now()` be exposed in AudioWorklet. There is desire from the Web Audio community, and positive comments from browser implementers...