diff --git a/examples/src/Main.cpp b/examples/src/Main.cpp
index c34bc23..fc53eb3 100644
--- a/examples/src/Main.cpp
+++ b/examples/src/Main.cpp
@@ -33,7 +33,7 @@ int main()
//auto result = loader.Load(fileData, "test_data/1ch/44100/8/test.wav");
//auto result = loader.Load(fileData, "test_data/1ch/44100/16/test.wav");
//auto result = loader.Load(fileData, "test_data/1ch/44100/24/test.wav");
- auto result = loader.Load(fileData, "test_data/1ch/44100/32/test.wav");
+ //auto result = loader.Load(fileData, "test_data/1ch/44100/32/test.wav");
//auto result = loader.Load(fileData, "test_data/1ch/44100/64/test.wav");
//auto result = loader.Load(fileData, "test_data/2ch/44100/8/test.wav");
@@ -47,7 +47,7 @@ int main()
//auto result = loader.Load(fileData, "test_data/ad_hoc/LR_Stereo.ogg");
//auto result = loader.Load(fileData, "test_data/ad_hoc/TestLaugh_44k.ogg");
//auto result = loader.Load(fileData, "test_data/ad_hoc/TestBeat.ogg");
- //auto result = loader.Load(fileData, "test_data/ad_hoc/TestBeatMono.ogg");
+ auto result = loader.Load(fileData, "test_data/ad_hoc/TestBeatMono.ogg");
//auto result = loader.Load(fileData, "test_data/ad_hoc/BlockWoosh_Stereo.ogg");
//auto result = loader.Load(fileData, "test_data/ad_hoc/KittyPurr8_Stereo_Dithered.flac");
diff --git a/libnyquist.vcxproj/libnyquist.vcxproj.filters b/libnyquist.vcxproj/libnyquist.vcxproj.filters
index af7390d..f8e001d 100644
--- a/libnyquist.vcxproj/libnyquist.vcxproj.filters
+++ b/libnyquist.vcxproj/libnyquist.vcxproj.filters
@@ -79,7 +79,9 @@
src
-
+
+ src
+
@@ -121,7 +123,9 @@
include\util
-
+
+ include\util
+