Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8911 from lioncash/cexpr-string | Morph | 2022-09-16 | 2 | -21/+35 |
|\ | | | | | audio_device: Make AudioDeviceName constructor constexpr | ||||
| * | audio_device: Mark member functions as const where applicable | Lioncash | 2022-09-15 | 2 | -8/+8 |
| | | | | | | | | These member functions don't modify any internal state. | ||||
| * | audio_device: Make AudioDeviceName constructor constexpr | Lioncash | 2022-09-15 | 2 | -13/+27 |
| | | | | | | | | | | | | | | | | These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables | ||||
* | | Merge pull request #8878 from Kelebek1/remove_pause | bunnei | 2022-09-15 | 2 | -19/+1 |
|\ \ | | | | | | | Remove pause callbacks from coretiming | ||||
| * | | Remove pause callbacks from coretiming | Kelebek1 | 2022-09-13 | 2 | -19/+1 |
| |/ | |||||
* | | Merge pull request #8901 from lioncash/docs | liamwhite | 2022-09-15 | 15 | -90/+82 |
|\ \ | | | | | | | audio_core: Amend documentation comment tags | ||||
| * | | audio_core: Amend documentation tags | Lioncash | 2022-09-15 | 15 | -90/+82 |
| |/ | | | | | | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | ||||
* | | compressor: Simplify memset in InitializeCompressorEffect | Lioncash | 2022-09-13 | 1 | -1/+1 |
| | | | | | | | | Provides equivalent behavior while being significantly smaller. | ||||
* | | compressor: Mark params parameters as const | Lioncash | 2022-09-13 | 1 | -3/+3 |
| | | | | | | | | These functions don't modify the parameters. | ||||
* | | compressor: Remove unneeded casts in ApplyCompressorEffect | Lioncash | 2022-09-13 | 1 | -2/+1 |
|/ | | | | | Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const. | ||||
* | Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. | Kelebek1 | 2022-09-02 | 4 | -45/+17 |
| | |||||
* | audio_core: fix -Wuninitialized when compiling with ASan | Liam | 2022-07-30 | 1 | -4/+4 |
| | |||||
* | Avoid depop out of bounds | Kelebek1 | 2022-07-28 | 2 | -2/+2 |
| | |||||
* | Project Andio | Kelebek1 | 2022-07-22 | 156 | -0/+24687 |