fix sln filters

adpcm
Dimitri Diakopoulos 11 years ago
parent 64a5e628bb
commit 60d4a119a2

@ -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/8/test.wav");
//auto result = loader.Load(fileData, "test_data/1ch/44100/16/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/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/1ch/44100/64/test.wav");
//auto result = loader.Load(fileData, "test_data/2ch/44100/8/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/LR_Stereo.ogg");
//auto result = loader.Load(fileData, "test_data/ad_hoc/TestLaugh_44k.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/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/BlockWoosh_Stereo.ogg");
//auto result = loader.Load(fileData, "test_data/ad_hoc/KittyPurr8_Stereo_Dithered.flac"); //auto result = loader.Load(fileData, "test_data/ad_hoc/KittyPurr8_Stereo_Dithered.flac");

@ -79,7 +79,9 @@
<ClCompile Include="$(ProjectDir)..\src\Common.cpp"> <ClCompile Include="$(ProjectDir)..\src\Common.cpp">
<Filter>src</Filter> <Filter>src</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="$(ProjectDir)..\src\RiffUtils.cpp" /> <ClCompile Include="$(ProjectDir)..\src\RiffUtils.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="$(ProjectDir)..\include\libnyquist\OpusDecoder.h"> <ClInclude Include="$(ProjectDir)..\include\libnyquist\OpusDecoder.h">
@ -121,7 +123,9 @@
<ClInclude Include="$(ProjectDir)..\include\libnyquist\Dither.h"> <ClInclude Include="$(ProjectDir)..\include\libnyquist\Dither.h">
<Filter>include\util</Filter> <Filter>include\util</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="$(ProjectDir)..\include\libnyquist\RiffUtils.h" /> <ClInclude Include="$(ProjectDir)..\include\libnyquist\RiffUtils.h">
<Filter>include\util</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Filter Include="include"> <Filter Include="include">

Loading…
Cancel
Save