Rohit Nirmal
|
3b75f45cf6
|
Fix building with PCH disabled.
|
2015-09-28 11:51:08 -05:00 |
|
Lioncash
|
cc036ca86c
|
Common: Remove other Common prefixed headers from Common.h
|
2015-09-26 18:51:58 -04:00 |
|
LAGonauta
|
b98b55c7be
|
Added X-Fi check and convert surround FLOAT to SHORT when it is detected
Fixed braces, first try fixing mac compilation and removed useless NULL
comparison.
|
2015-09-11 13:22:04 -03:00 |
|
Jules Blok
|
a71e81a143
|
Merge pull request #2659 from Armada651/openal-conv
OpenALStream: Fix sample conversion.
|
2015-06-27 00:13:02 +02:00 |
|
Jules Blok
|
86dd81cf6b
|
OpenALStream: Fix sample conversion.
Looks like it wasn't symmetric anymore.
|
2015-06-25 12:42:41 +02:00 |
|
degasus
|
c375111076
|
Options: merge SCoreStartupParameter into SConfig
|
2015-06-12 19:07:45 +02:00 |
|
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
|
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
|
Lioncash
|
4920dbed13
|
AudioCommon: Migrate threadData to OpenALStream and AOSoundStream
This is only ever used in these two sound streams. Seems silly to have it as a class member. Converted it to an atomic as well.
|
2015-05-10 01:02:25 -04:00 |
|
Stevoisiak
|
93b16a4a2d
|
Formatting/Whitespace Cleanup
Various fixes to formatting and whitespace
|
2015-02-25 10:48:21 -05:00 |
|
skidau
|
6e99accf06
|
Merge pull request #1917 from adamdmoss/no-lfe
Remove explicit subwoofer/LFE channel from Pulseaudio and OpenAL
|
2015-01-23 12:30:48 +11:00 |
|
Adam D. Moss
|
05d2bf6060
|
Audio: Drop the LFE/subwoofer channel from the decoded surround
DPL2Decode still doesn't decode 5.1 properly, leaving bass in all channels, but its 5.0 is pretty good, so leave it at that.
|
2015-01-19 10:24:44 +00:00 |
|
Stevoisiak
|
cb86db7b68
|
Minor consistency changes
Mostly small changes, like capitalization and spelling
|
2015-01-12 15:18:18 -05:00 |
|
Adam Moss
|
2c892c7b68
|
OpenAL: Fix volume of sample conversion
|
2015-01-07 12:34:02 +00:00 |
|
Rachel Bryk
|
f93aa7087c
|
Kill Core::g_CoreStartupParameter.
|
2014-09-09 00:24:49 -04:00 |
|
Lioncash
|
e10b0d1008
|
Merge pull request #930 from skidau/openal-seq-ms
Removed the auto setting of SEQUENCE_MS because the synchronised audio c...
|
2014-09-02 09:56:46 -04:00 |
|
Shawn Hoffman
|
266992684d
|
msvc: remove some remnants of SDL and DSound from projects and general cleanup.
|
2014-09-01 21:27:44 -07:00 |
|
skid
|
c2d7801ceb
|
Removed the auto setting of SEQUENCE_MS because the synchronised audio code has made it unnecessary.
|
2014-09-01 20:28:29 +10:00 |
|
Lioncash
|
d18d3e1f3e
|
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
All of the compilers we support have support for these now.
|
2014-08-16 23:33:19 -04:00 |
|
Lioncash
|
17e79a966a
|
AudioCommon: Get rid of some unnecessary mem_fn calls
|
2014-08-02 23:42:34 -04:00 |
|
Lioncash
|
2c73472671
|
Correct the function casing for DPL2Decoder
Brings it more in-line with the rest of the codebase.
|
2014-07-14 03:34:40 -04:00 |
|
Tillmann Karras
|
0ccee6c87b
|
Fix warnings unearthed by #579
|
2014-07-13 02:16:51 +02: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 |
|
lioncash
|
e79895e372
|
Replace use of the deprecated mem_fun function with mem_fn.
|
2014-04-01 12:09:22 -04:00 |
|
Matthew Parlane
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
|