Expand description
Audio recording, playback, analysis, and reusable UI components for Dioxus.
Modules§
- analysis
- Platform-independent audio analysis helpers.
- components
- Reusable visual audio components.
- decoding
- Complete-file decoding into immutable planar samples.
- devices
- Audio input discovery and selection.
- playback
- Audio playback state and hooks.
- recorder
- Audio recording state and hooks.
- waveform
- Immutable, duration-aware Waveform Data values.
Structs§
- Audio
Data - Audio
Error - Audio
Input Device - Audio
Input Id - Recorded
Audio - Recording
Chunk - An ordered encoded fragment emitted during a Recording.
- Recording
Id - Opaque identity assigned to one Recording by its Recorder.