| Crates.io | audioviz |
| lib.rs | audioviz |
| version | 0.6.0 |
| created_at | 2021-09-21 17:31:01.091629+00 |
| updated_at | 2023-08-10 12:51:06.531102+00 |
| description | a simple and easy to use library that helps you visualise raw audio-data |
| homepage | |
| repository | https://codeberg.org/BrunoWallner/audioviz |
| max_upload_size | |
| id | 454523 |
| size | 64,682 |
Audioviz is a simple and easy to use library that helps you visualise raw audio-data
This is done with the help of the Fast Fourier Transform algorithm, some frequency-space and volume normalisation and optional effects like gravity.
| feature | description |
|---|---|
io |
capturing of system audio using CPAL |
processor |
processing and filtering of audio data |
serde |
implementation of Serialize and Deserialize traits |
distributor |
helper for choppy audio-data stream smoothing |
spectrum |
spectrum visualisation module |
fft |
Fast Fourier Transform algorithm |
Examples can be found here or in the documentation