From 60d4a119a299eb55dde28193e686fa581855fbc7 Mon Sep 17 00:00:00 2001 From: Dimitri Diakopoulos Date: Mon, 18 May 2015 18:53:22 -0700 Subject: [PATCH] fix sln filters --- examples/src/Main.cpp | 4 ++-- libnyquist.vcxproj/libnyquist.vcxproj.filters | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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 +