Skip to content

Audio-to-3D engine for visualizing and analyzing sound using C++ and Python. Converts audio files into real-time spatial data

License

Notifications You must be signed in to change notification settings

Gevorez/soniq3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

soniq3D πŸ”ŠπŸ“ˆ

soniq3D is a C++ engine with Python bindings that converts audio signals into structured 3D data for visualization, analysis, or artistic purposes.

🎯 Features

  • 🎧 Load and process WAV audio files
  • ⚑ Fast Fourier Transform (FFTW3)
  • πŸ“Š Convert audio into 3D data points
  • 🐍 Python bindings with pybind11
  • πŸ”œ Real-time audio capture (planned)

πŸ›  Requirements

πŸ“¦ Installation

This project is under development. To build it locally:

git clone https://github.com/YOUR_USERNAME/soniq3D.git
cd soniq3D
mkdir build && cd build
cmake ..
make

About

Audio-to-3D engine for visualizing and analyzing sound using C++ and Python. Converts audio files into real-time spatial data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published