Tag Archives: Audio

Split a PCM Stereo into multiple mono files by channel

For this you can read and write the data streams as you like, to keep things simple I am using NAudio.  This should negate the need to write custom stream readers/writers to get channel/header information.  First thing we need to … Continue reading

Posted in C# | Tagged | Comments Off on Split a PCM Stereo into multiple mono files by channel