Skip to content

Commit e898d9d

Browse files
committed
Add README
1 parent 066f90a commit e898d9d

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# foo_input_msu
2+
3+
MSU-1 PCM audio input decoder for [foobar2000](http://www.foobar2000.org/)
4+
5+
Implements basic playback and gapless looping
6+
7+
# Installation
8+
9+
Download foo_input_msu.dll and copy into your <foobar_install_dir>\components directory
10+
11+
# Building From Source
12+
13+
1. Download and install Visual Studio Express 2015
14+
2. Download the latest [foobar2000 SDK](http://www.foobar2000.org/SDK) and extract it
15+
3. Open the foobar2000 folder containing the various SDK projects
16+
4. Check out this repository into its own folder alongside the existing SDK projects
17+
18+
e.g.
19+
20+
foobar2000\\
21+
|\`-ATLHelpers\\
22+
|\`-foo_input_validators\\
23+
|\`-foo_sample\\
24+
|\`-foobar2000_component_client\\
25+
|\`-helpers\\
26+
|\`-SDK\\
27+
|\`-shared\\
28+
\`--foo_input_msu\\
29+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\`-foobar2000\\
30+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\`-foo_input_msu.sln
31+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\`-...
32+
33+
5. If you want to be able to debug and execute directly from Visual Studio, download the latest release of [foobar2000](http://www.foobar2000.org/download) and do a portable installation into the foo_input_msu\\foobar2000 directory
34+
6. Be sure to set the project build configuration to x86, then build the solution

0 commit comments

Comments
 (0)