1 2 3 4 5 6
//! I/O blocks are responsible for handling input from and output to external sources, //! whether that is an audio file, microphone input, speaker output, and so forth. pub mod file_input; pub mod file_output; pub mod output;