Crelloc / Music-Visualizer-Reboot

Music visualizer using SDL2 for audio play and FFTW for Fourier Transformation with Docker and Pipewire
42 stars 9 forks source link

Mutsi tool #2

Open Sanmayce opened 2 years ago

Sanmayce commented 2 years ago

Very nice tool and clean C source code. Thank you very much.

Borrowing heavily from your source but using another FFT routine, I have written similar visualizer but in QB64 - the successor of QuickBASIC. It is called e-pi-ALTES and its source and 32bit binary GUI are freely downloadable at: https://forum.qb64.org/index.php?topic=3508.msg139347#msg139347

Cheers

Crelloc commented 2 years ago

Thanks. Although this code isn’t optimized because I first store all the data in memory and loop through the array. I believe threads are a must for better performance.

Sent from my iPhone

On Dec 23, 2021, at 22:32, Sanmayce @.***> wrote:

 Very nice tool and clean C source code. Thank you very much.

Borrowing heavily from your source but using another FFT routine, I have written similar visualizer but in QB64 - the successor of QuickBASIC. It is called e-pi-ALTES and its source and 32bit binary GUI are freely downloadable at: https://forum.qb64.org/index.php?topic=3508.msg139347#msg139347

Cheers

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.