An open API service indexing awesome lists of open source software.

https://github.com/qzed/avis

Experimental Audio Spectrum Visualizer using Vulkan
https://github.com/qzed/avis

audio-visualizer fourier-transform vulkan

Last synced: 8 months ago
JSON representation

Experimental Audio Spectrum Visualizer using Vulkan

Awesome Lists containing this project

README

          

# Audio Spectrum Visualization using Vulkan
Experimental project.
- Compile using CMake.
- Execute using `./avis `, use `` to pause, `q` or `` to quit.

Interesting features:
- FFT: Unit-roots, shuffle-indices for the input, and the window-coefficients are computed at compile-time.

## Dependencies
| Name | Link |
|--------------------------|----------------------------------------------------------------|
| GLFW | http://www.glfw.org/ |
| glslang/glslangValidator | https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ |
| ffmpeg | https://ffmpeg.org/ |
| PortAudio | http://www.portaudio.com/ |
| boost | http://www.boost.org/ |