mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 12:06:52 -04:00
Soundboard: Arbitrary samplerate support for wave files
Screenshots
This commit is contained in:
parent
f7e0f36bd9
commit
808f99647e
21 changed files with 36 additions and 28 deletions
|
@ -42,7 +42,9 @@ private:
|
|||
FIFO<int8_t> audio_fifo = { audio_fifo_data, 11 }; // 43ms @ 48000Hz
|
||||
|
||||
uint32_t bw;
|
||||
uint8_t as = 0, ai;
|
||||
uint32_t divider;
|
||||
uint8_t as = 0;
|
||||
|
||||
int8_t re, im;
|
||||
int8_t sample;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue