mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
AudioCommon: Added Granular Synthesis
This commit is contained in:
parent
e82f03b825
commit
f09ba10daa
51 changed files with 387 additions and 7928 deletions
|
@ -2,7 +2,6 @@
|
|||
<Project>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="AudioCommon\AudioCommon.h" />
|
||||
<ClInclude Include="AudioCommon\AudioStretcher.h" />
|
||||
<ClInclude Include="AudioCommon\CubebStream.h" />
|
||||
<ClInclude Include="AudioCommon\CubebUtils.h" />
|
||||
<ClInclude Include="AudioCommon\Enums.h" />
|
||||
|
@ -769,7 +768,6 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="AudioCommon\AudioCommon.cpp" />
|
||||
<ClCompile Include="AudioCommon\AudioStretcher.cpp" />
|
||||
<ClCompile Include="AudioCommon\CubebStream.cpp" />
|
||||
<ClCompile Include="AudioCommon\CubebUtils.cpp" />
|
||||
<ClCompile Include="AudioCommon\Mixer.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue