Commit Graph

5 Commits

Author SHA1 Message Date
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Mikolaj Sieluzycki
51f5333986 Prepare cpp files for header cleanup.
#codereview Robert.Manuszewski

[CL 2356864 by Mikolaj Sieluzycki in Main branch]
2014-11-12 04:58:53 -05:00
Matthew Griffin
9a2090960f Adding audio setting to restrict the amount of streaming sounds that can play concurrently
Changed audio streaming manager add sound source function so that sources are ordered by priority and those that go over the stream limit are stopped
Added a function to FWaveInstance to check both whether streaming is supported and if it's using a streaming wave
Added a new function to the audio streaming manager to check whether a sound source should be created for a wave instance to avoid initialising sources that will not play
Set default amount of streams to 2 in the base engine ini
Added detail customization for AudioSettings so that maximum stream count setting is only shown to those using the experimental streaming switch
Fixed some unsafe sections of the Opus decompression code
Non-Unity build include fix

[CL 2262334 by Matthew Griffin in Main branch]
2014-08-19 06:33:39 -04:00
Marcus Wassmer
77ac80f2c6 Fix build errors. LOCTEXT_NAMESPACE must be #undef'd at the end of files.
#codereview mgriffin@pitbullstudio.co.uk

[CL 2251397 by Marcus Wassmer in Main branch]
2014-08-11 10:15:25 -04:00
Matthew Griffin
cba5d2f91e Enabling Audio Streaming options behind experimental setting.
[CL 2251173 by Matthew Griffin in Main branch]
2014-08-11 05:29:09 -04:00