soundview 0.3.0

Live analyzer/voiceprint visualization of system audio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Handling of keyboard and window events.
pub mod events;
/// Thread for processing incoming audio with a windowed fourier transform.
pub mod fourier;
/// Conversion of values to RGBA colors
pub mod hsl;
/// Utilities relating to setting up log output.
pub mod logging;
/// Thread for getting audio samples via SDL.
pub mod recorder;
/// Graphics logic for rendering and displaying the voiceprint and analyzer.
pub mod renderer;
/// Underlying wgpu handling
pub mod webgpu;