mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
e525d457c9
This change reduces memory usage by removing half the number of delay registers. This commit also sets up some infrastructure for future work on a fixed point implementation. Both the floating and fixed point implementations will run on a 32-bit pipeline for now.
This folder contains code that I'm experimenting with outside of the main miniaudio library. It's just for my own research and experimenting which I'm putting into the repository for version control purposes and to get feedback from the community. You should not consider any of this code to be production quality.