ValveSoftware / steam-audio

Steam Audio
https://valvesoftware.github.io/steam-audio/
Apache License 2.0
2.2k stars 152 forks source link

initial implementation of djfft #354

Open brightening-eyes opened 1 month ago

brightening-eyes commented 1 month ago

hello, I've implemented djfft as another fft alternative in steamaudio. let me know if anything else is missing.

brightening-eyes commented 1 month ago

maybe it needs to check pffft existance if no alternative is found, and then roll back to djfft?

brightening-eyes commented 1 month ago

fixes #353