| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-16 | Merge pull request #2854 from Tilka/valgrind | Markus Wick | |
| Fix some small stuff found with Valgrind Conflicts: Source/Core/Core/PowerPC/CachedInterpreter.cpp | |||
| 2015-06-25 | OpenALStream: Fix sample conversion. | Jules Blok | |
| Looks like it wasn't symmetric anymore. | |||
| 2015-06-04 | Use PanicAlert instead of PanicAlertT when appropriate | JosJuice | |
| It means less work for the translators... But I'm not too sure about this, because most of these have already been translated. | |||
| 2015-05-28 | AudioCommon: Remove lock on Pause state | degasus | |
| We had to lock audiocommon with the old asynchron HLE audio emulation, now our Mixer is just a plain FIFO which may underrun. Of course, this will stutter, but underruning the audio backend is likely worse. | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-25 | Add missing license headers | Tillmann Karras | |
| 2015-05-24 | SoundStream: Devirtualize StartLogAudio and StopLogAudio | Lioncash | |
| These don't rely on anything that might need to be implemented in other SoundStream classes. | |||
| 2015-05-24 | AudioCommon: Add missing override specifiers | Lioncash | |
| Also removes unnecessary virtual keywords. | |||
| 2015-05-24 | SoundStream: Devirtualize GetMixer | Lioncash | |
| Since it's handled by the base class, there's no need to allow overriding. | |||
| 2015-05-24 | SoundStream: Internally construct the mixer | Lioncash | |
| Instead of creating the mixer externally and then passing it in, it can just be made within the class. | |||
| 2015-05-11 | AlsaSoundStream: Use an enum class for signifying ALSA thread state | Lioncash | |
| 2015-05-11 | AlsaSoundStream: Convert volatile variables to atomics | Lioncash | |
| 2015-05-11 | Mixer: Convert volatile variables to atomics. | Lioncash | |
| 2015-05-10 | AudioCommon: Migrate threadData to OpenALStream and AOSoundStream | Lioncash | |
| 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-04-03 | (Visual Studio) Categorize SoundStream.h with other SoundStream files | Stevoisiak | |
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2015-02-23 | Revert "High quality resampler" | Markus Wick | |
| 2015-02-18 | High Quality Resampler, using FIR filter | kamiyo | |
| For more information: https://docs.google.com/document/d/1tBEgsJh7QiwNwepXI0eobfK3U8LkJButSyeuFt1degM/edit?usp=sharing removed: SSE includes (not used) added: 16bit -> float -> 16bit functions added: linear interpolator and high-quality (windowed-sinc) interpolator functions (including Resampler class) added: dithering changed: renamed variables and reformatted a few things to fit with style guide (braces, #include->const) changed: use s16, u16, s32, u32 etc changed: store samples and do all computations as floats changed: volume from 0 - 255 | |||
| 2015-02-16 | Cleanup DotProduct function to make it more readable. | Scott Mansell | |
| 2015-02-16 | Remove unneeded spaces from code. | Scott Mansell | |
| Line now matches the style of the rest of the function. | |||
| 2015-02-10 | Merge pull request #1752 from Buddybenj/clean-up | magumagu | |
| Clean Up | |||
| 2015-01-24 | Clean Up | Benjamin Przybocki | |
| 2015-01-23 | Merge pull request #1917 from adamdmoss/no-lfe | skidau | |
| Remove explicit subwoofer/LFE channel from Pulseaudio and OpenAL | |||
| 2015-01-19 | Audio: Drop the LFE/subwoofer channel from the decoded surround | Adam D. Moss | |
| 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-12 | Minor consistency changes | Stevoisiak | |
| Mostly small changes, like capitalization and spelling | |||
| 2015-01-10 | Merge pull request #1847 from adamdmoss/openal-floatfix | skidau | |
| OpenAL: Fix volume of sample conversion | |||
| 2015-01-09 | Merge pull request #1845 from adamdmoss/lfe1 | skidau | |
| Audio: Fix subwoofer output in software 5.1 decoding | |||
| 2015-01-09 | Merge pull request #1835 from adamdmoss/master | skidau | |
| Pulseaudio: Support 5-channel surround, optional in UI | |||
| 2015-01-08 | PulseAudio: Support 5.1 surround, optional in UI | Adam Moss | |
| 2015-01-08 | Audio: Fix warning in DPL2 subwoofer change | Adam Moss | |
| 2015-01-08 | Merge pull request #1782 from FL-dolphinemu/master | skidau | |
| Issue 7968: Added keybinds for increasing, decreasing, and muting audio. | |||
| 2015-01-07 | OpenAL: Fix volume of sample conversion | Adam Moss | |
| 2015-01-07 | Audio: Fuller subwoofer processing for software 5.1 decode | Adam Moss | |
| Code was only using front-left and front-right to calculate bass, but HRTF code - which this was once based on - uses all five channels and this sounds fuller. | |||
| 2015-01-07 | Audio: Fix subwoofer output in software 5.1 decoding | Adam Moss | |
| The FIR filter was only using the first sample of each input packet. | |||
| 2015-01-03 | CMake: simplify some expressions | Tillmann Karras | |
| 2014-12-28 | Issue 7968: Added keybinds for increasing, decreasing, and muting audio. | FL.dolphinemu | |
| 2014-11-25 | Upgrade AudioUnit API usage. | comex | |
| weird that such a simple change doesn't seem to have any obvious documentation on Apple's website or elsewhere... | |||
| 2014-11-25 | Fix name conflict between SoundTouch BOOL and ObjC BOOL. | comex | |
| 2014-11-13 | Various formatting and consistency fixes | Stevoisiak | |
| 2014-10-23 | Fixes OpenSLES's sample rate. | Ryan Houdek | |
| I was statically setting the sample rate to 44.1Khz when we default to run at 48Khz. This was causing audio to sound much too low. | |||
| 2014-10-18 | Fix a race condition in our OpenSL ES audio backend. | Ryan Houdek | |
| After calling enqueue the callback would fire before we had assigned g_mixer a value. This would cause a fun crash to happen. | |||
| 2014-10-18 | Merge pull request #1297 from RisingFog/audio-dump-during-emulation | skidau | |
| Start/Stop Audio Dump During Emulation | |||
| 2014-10-15 | Flipped Wave File Channels | Fog | |
| This change was done because with the previous method of dumping audio, the mixer would handle switching the RL being emitted by the DSP to LR, and thus would provide the proper channel orientation. Because we're now dumping directly from PushSamples() and PushStreamingSamples(), it was writing the right channel to the left channel of the wave file and vice versa. | |||
| 2014-10-15 | Start/Stop Audio Dump During Emulation | Fog | |
| 2014-10-09 | Proper Audio/Video Dumping | Fog | |
| 2014-09-30 | AudioCommon: Prefix soundStream global with g_ | Lioncash | |
| 2014-09-19 | Fix build failing when disabling precompiled headers. | Rohit Nirmal | |
| 2014-09-10 | Merge pull request #1027 from rohit-n/change-include | Ryan Houdek | |
| Include CommonTypes.h instead of Common.h. | |||
| 2014-09-09 | Kill Core::g_CoreStartupParameter. | Rachel Bryk | |
