James Bradbury
James Bradbury
Enter that where?
I've noticed that https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/docs/rules/accessible-emoji.md is now [deprecated]. I can't find out why, but is it a possibility that this is solved somewhere else now (browser/screen reader directly).
It doesn't seem to be limited to one or two items. If I can help debug it in anyway let me know.
In another lifetime I might imagine an interface whereby you supply the ampSectrum or powerSpectrum as inputs but I think it would make more sense to pass a `Map()` of...
I personally need the PR so I'd be happy to supply it! Give me this week.
> WAV's a pretty cool format. If it supports 65535 channels, why not let libsndfile support 65535 channels? Can I necro this thread and say that it seems unreasonable to...
This would be pretty interesting but I think untenable given that JSFX is written in EEL2 and to my knowledge doesn't support loading a library at runtime.
I think as well, WASM for audio is still open to some changes and improvements to ergonomics. As it stands, you cannot load WASM code in a worklet yet and...
one possible interface is to add a new kind of block that uses CONST arguments to define the fft settings. the hop: section defines what happens at each hop specified...
Thinking about the above interface and developing it a lit... ```yaml fft: WINDOW = 1024 HOP = 512 frame = fft.new() hop: frame = FFT(in1) magnitude = hypot(frame.real, frame.imag) out1...