yeah, start OpenAL sound output

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2764 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hyperiris
2009-03-27 15:24:22 +00:00
parent a5db816490
commit 13ddd0648b
4 changed files with 142 additions and 28 deletions

View File

@ -409,6 +409,42 @@
<References>
</References>
<Files>
<Filter
Name="StreamOut"
>
<File
RelativePath=".\Src\AOSoundStream.cpp"
>
</File>
<File
RelativePath=".\Src\AOSoundStream.h"
>
</File>
<File
RelativePath=".\Src\DSoundStream.cpp"
>
</File>
<File
RelativePath=".\Src\DSoundStream.h"
>
</File>
<File
RelativePath=".\Src\NullSoundStream.h"
>
</File>
<File
RelativePath=".\Src\OpenALStream.cpp"
>
</File>
<File
RelativePath=".\Src\OpenALStream.h"
>
</File>
<File
RelativePath=".\Src\SoundStream.h"
>
</File>
</Filter>
<File
RelativePath=".\Src\AudioCommon.cpp"
>
@ -417,39 +453,14 @@
RelativePath=".\Src\AudioCommon.h"
>
</File>
<File
RelativePath=".\Src\AOSoundStream.cpp"
>
</File>
<File
RelativePath=".\Src\AOSoundStream.h"
>
</File>
<File
RelativePath=".\Src\DSoundStream.cpp"
RelativePath=".\Src\Mixer.cpp"
>
</File>
<File
RelativePath=".\Src\DSoundStream.h"
RelativePath=".\Src\Mixer.h"
>
</File>
<File
RelativePath=".\Src\NullSoundStream.h"
>
</File>
<File
RelativePath=".\Src\SoundStream.h"
>
</File>
<File
RelativePath=".\Src\Mixer.h"
>
</File>
<File
RelativePath=".\Src\Mixer.cpp"
>
</File>
<File
RelativePath=".\Src\WaveFile.cpp"
>