maa123 / mono-to-stereo

Convert a mono input stream to a stereo one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mono-to-stereo

Takes a mono input and renders it as if it was an interleaved stereo input. Works on MS2109 capture devices where the audio input is a 96khz mono stream but in actuality is a 48khz stereo stream with the first left channel sample missing. In order to support this device better, accounting for this missing first sample is done by default.

Original code based off of Matthew van Eerde's loopback-capture project.

Run mono-to-stereo.exe -? for usage instructions.

About

Convert a mono input stream to a stereo one


Languages

Language:C++ 97.3%Language:C 2.7%