| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-12 | audio_core: ignore renderer wait when stream is paused | Liam | |
| 2023-06-30 | sink_stream: Resolve heap buffer corruption due to out of bounds write | Morph | |
| Also, remove the use of ScratchBuffer when upmixing, as other channels may not be initialized with zeroed out data. | |||
| 2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | |
| 2023-06-04 | audio_renderer: resolve adsp thread deadlock shutdown | Liam | |
| 2023-04-08 | Use GetGlobalTimeNs as opposed to clock ticks | Billy Laws | |
| 2023-03-27 | audio_core: No longer stall when sink queue is full | Billy Laws | |
| Now the audout and audren update rates are tied to the sink status stalling is no longer necessary. | |||
| 2023-03-27 | Run clang-format | Billy Laws | |
| 2023-03-27 | audio: Wait for samples on the emulated DSP side to avoid desyncs | Billy Laws | |
| Waiting on the host side is inaccurate and leads to desyncs in the event of the sink missing a deadline that require stalls to fix. By waiting for the sink to have space before even starting rendering such desyncs can be avoided. | |||
| 2023-03-26 | audio: Interpolate system manager sample count using host sink sample info | Billy Laws | |
| This avoids the need to stall if the host sink sporadically misses the deadline, in such a case the previous implementation would report them samples as being played on-time, causing the guest to send more samples and leading to a gradual buildup. | |||
| 2022-11-29 | audio_core: sink_stream: Hold the suspend lock when process is stalled. | bunnei | |
| - Prevents us from clashing with other callers trying to un/stall. | |||
| 2022-09-16 | sink_stream: Mark GetQueueSize as const | Lioncash | |
| 2022-09-15 | Merge pull request #8878 from Kelebek1/remove_pause | bunnei | |
| Remove pause callbacks from coretiming | |||
| 2022-09-15 | audio_core: Amend documentation tags | Lioncash | |
| Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | |||
| 2022-09-13 | Remove pause callbacks from coretiming | Kelebek1 | |
| 2022-09-02 | Rework audio output, connecting AudioOut into coretiming to fix desync ↵ | Kelebek1 | |
| during heavy loads. | |||
| 2022-07-22 | Project Andio | Kelebek1 | |
