Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

An experimental audio visualizer written in F# using the Vulkan API.

License

Notifications You must be signed in to change notification settings

ryco117/FractalDimension-Vulkan

Repository files navigation

FractalDimension

FractalDimension

About the project

An experimental audio visualizer written in F# and using the library VulkanSharp as a wrapper for the Vulkan API. The fractals are rendered using a technique called ray-marching. I chose the open source library NAudio to retrieve the audio stream.

This project is a Vulkan re-implementation of the previous OpenGL based FractalDimension.

Visualizer Technical Description

FractalDimension uses the WASAPI loopback feature to capture the current audio out stream. The audio is then read in chunks as they become available and a fast fourier transform is applied to the sampled audio stream. The resulting frequency domain is partitioned into three unequal parts, bass, mids, and high. For each of these sub domains, the discrete frequency bins with the largest magnitudes are determined (ie. the tones most present in the sound wave are determined). Then, based on the frequency and magnitude of the detected notes, various parameters of the environment are altered.

About

An experimental audio visualizer written in F# using the Vulkan API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published