Update the comment in wave-deinter.rs

This commit is contained in:
Ian Hobson
2023-05-12 16:52:06 +02:00
parent e1b93b24ad
commit 313f5408ca

View File

@@ -1,8 +1,8 @@
//! wave-inter.rs //! wave-deinter.rs
//! (c) 2021 Jamie Hardt. All rights reserved. //! (c) 2021 Jamie Hardt. All rights reserved.
//! //!
//! This program demonstrats combining several wave files into a single //! This program demonstrates splitting a multichannel file into separate monophonic files for each
//! polyphonic wave file. //! individual channel.
use std::io; use std::io;
use std::path::Path; use std::path::Path;