Michael M
|
0baddbf9a8
|
SoundStream: change Start/Stop to Init/SetRunning/destruct
|
2017-11-19 12:09:54 -08:00 |
Michael M
|
b031d3316c
|
SoundStream: rename Clear(mute) to SetRunning(running)
|
2017-10-21 16:28:04 -07:00 |
Pierre Bourdon
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
Lioncash
|
4c6930d36c
|
AudioCommon: Remove unused code from XAudio streams
|
2015-08-09 21:37:34 -04:00 |
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
Lioncash
|
07d4dbe657
|
AudioCommon: Add missing override specifiers
Also removes unnecessary virtual keywords.
|
2015-05-24 06:10:03 -04:00 |
Lioncash
|
35ee8a1362
|
SoundStream: Internally construct the mixer
Instead of creating the mixer externally and then passing it in, it can just be made within the class.
|
2015-05-24 05:49:41 -04:00 |
Shawn Hoffman
|
1332805bb6
|
Add headers required by XAudio2_7 to externals.
This makes all builds' audio compatible with downlevel Windows and removes
the need for developers to install the June 2010 DirectX SDK.
|
2014-08-23 11:03:07 -07:00 |
Pierre Bourdon
|
6bdcbad3e4
|
Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this.
|
2014-04-14 10:54:07 +02:00 |
Pierre Bourdon
|
664c8d30a0
|
Remove all trailing whitespaces from our codebase.
|
2014-03-29 11:05:44 +01:00 |
lioncash
|
aecc8ea666
|
Remove usesMixer function from the sound streams.
This isn't used anywhere in the codebase. Not even the base SoundStream has it as part of its interface.
|
2014-03-18 10:42:07 -04:00 |
lioncash
|
5e5ab61d0c
|
Mark the audio streams as final.
These aren't intended to be continually extended.
|
2014-03-18 10:37:45 -04:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |