//! 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(()) }