MSU-1 PCM audio input decoder for foobar2000
Implements basic playback and gapless looping
Download foo_input_msu.dll and copy into your <foobar_install_dir>\components directory
- Download and install Visual Studio Express 2015
 - Download the latest foobar2000 SDK and extract it
 - Open the foobar2000 folder containing the various SDK projects
 - Check out this repository into its own folder alongside the existing SDK projects
 
e.g.
somedir\
|`-foobar2000\
|    |`-ATLHelpers\
|    |`--foo_input_msu\
|    |    |`-foobar2000\
|    |    |`-foo_input_msu.sln
|    |     `-...
|    |`-foo_input_validators\
|    |`-foo_sample\
|    |`-foobar2000_component_client\
|    |`-helpers\
|    |`-SDK\
|     `-shared\
 `-pfc\
- If you want to be able to debug and execute directly from Visual Studio, download the latest release of foobar2000 and do a portable installation into the foo_input_msu\foobar2000 directory
 - Be sure to set the project build configuration to x86, then build the solution