mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-05-17 12:43:25 +00:00
Goofing around with examples
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//! wave-inter.rs
|
||||
//! (c) 2021 Jamie Hardt. All rights reserved.
|
||||
//!
|
||||
//! This program demonstrats combining several wave files into a single
|
||||
//! polyphonic wave file.
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user