Expand description
§Demarc Library
This crate provides the core functionality for the demarc application. It contains
modules for command-line interface parsing, audio processing, signal analysis algorithms,
and result evaluation.
The main entry point is the run function, which orchestrates the entire process
from reading an audio file to running the selected algorithm and writing the output.
Modules§
- algorithms
- Algorithms Module
- audio
- Audio Processing Module
- cli
- Command-Line Interface Module
- dsp
- Digital Signal Processing Module
- evaluation
- Evaluation Module
- models
- Data Models
- savgol
- Savitzky-Golay Filter Module
Functions§
- run
- The main entry point for the
demarclibrary.