goldwaving

Results 4 issues of goldwaving

`fft_out` needs to be twice the `frame_size`, not the `frame_step`. It is resized in `fft()` anyway, but this change prevents an unnecessary reallocation. `n_fft` must match the mel filter size,...

Can `std::thread::join()` be used in the main thread after calling `emscripten_set_main_loop` and `emscripten_cancel_main_loop` in a child thread? If not, what is the correct way to ensure the thread is terminated...

This information needs to be reviewed by someone with deeper knowledge about function signatures, __i53abi, and WASM_BIGINT.

### Describe the bug Setting up paced DMA with PWM flow control (or any other flow control peripheral) fails to work on RP1. In `dw-axi-dmac-platform.c` the `snps,sel-require` entry is read...