binaural_beat_generator_cli/modules/
mod.rs

1//! A module that contains references related to all custom modules used.
2
3pub mod bb_generator;
4pub mod duration;
5pub mod frequency;
6pub mod preset;