mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
10 lines
217 B
Rust
10 lines
217 B
Rust
//! 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(())
|
|
} |