| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | audio: format | 2024-02-20 | 2 | -5/+6 | |
| | | |||||
| * | audio: rewrite IAudioDevice | 2024-02-20 | 2 | -12/+8 | |
| | | |||||
| * | audio: rewrite IAudioRendererManager | 2024-02-20 | 8 | -39/+45 | |
| | | |||||
| * | Use the input process handle to get the correct application's memory | 2024-01-28 | 4 | -8/+20 | |
| | | |||||
| * | Core: Clang format and other small issues. | 2024-01-18 | 1 | -1/+1 | |
| | | |||||
| * | SMMU: Initial adaptation to video_core. | 2024-01-18 | 1 | -0/+1 | |
| | | |||||
| * | Fix more typos | 2024-01-15 | 4 | -9/+9 | |
| | | |||||
| * | ci: fix new codespell errors | 2023-10-02 | 1 | -1/+1 | |
| | | |||||
| * | Do not consider voice commands in time estimation, fix adpcm estimate | 2023-09-18 | 2 | -6/+8 | |
| | | |||||
| * | Merge pull request #11465 from Kelebek1/skip_remaining_reset | 2023-09-10 | 1 | -11/+5 | |
| |\ | | | | | [Audio] Do not reset the remaining command count each time | ||||
| | * | Do not reset the command buffer command count each time | 2023-09-07 | 1 | -11/+5 | |
| | | | |||||
| * | | Fix data source version 1 command looping | 2023-09-08 | 4 | -52/+72 | |
| |/ | |||||
| * | Rework ADSP into a wrapper for apps | 2023-09-04 | 154 | -1561/+637 | |
| | | |||||
| * | Fix node id index in DropVoices | 2023-08-28 | 1 | -1/+1 | |
| | | |||||
| * | Use spans over guest memory where possible instead of copying data. | 2023-07-02 | 2 | -74/+29 | |
| | | |||||
| * | Remove memory allocations in some hot paths | 2023-06-22 | 12 | -48/+47 | |
| | | |||||
| * | core_timing: Use CNTPCT as the guest CPU tick | 2023-06-07 | 4 | -14/+8 | |
| | | | | | | Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available. | ||||
| * | audio_renderer: resolve adsp thread deadlock shutdown | 2023-06-04 | 2 | -6/+6 | |
| | | |||||
| * | Smooth out the DSP callback by adding a 5ms wait time limit | 2023-05-18 | 3 | -14/+10 | |
| | | |||||
| * | Wait for the terminate event before destroying a system instance | 2023-05-01 | 1 | -4/+1 | |
| | | |||||
| * | Merge pull request #9969 from bylaws/master | 2023-04-01 | 4 | -25/+4 | |
| |\ | | | | | Audio synchronisation improvements | ||||
| | * | Run clang-format | 2023-03-27 | 1 | -1/+1 | |
| | | | |||||
| | * | audio: Wait for samples on the emulated DSP side to avoid desyncs | 2023-03-27 | 4 | -24/+4 | |
| | | | | | | | | | 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. | ||||
| | * | audio: Interpolate system manager sample count using host sink sample info | 2023-03-26 | 1 | -1/+0 | |
| | | | | | | | | | 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. | ||||
| * | | memory: rename global memory references to application memory | 2023-03-23 | 3 | -4/+3 | |
| |/ | |||||
| * | general: fix spelling mistakes | 2023-03-12 | 14 | -25/+25 | |
| | | |||||
| * | Merge pull request #9917 from Morph1984/the-real-time | 2023-03-10 | 1 | -1/+1 | |
| |\ | | | | | native_clock: Re-adjust the RDTSC frequency to its real frequency | ||||
| | * | core: Promote CPU/GPU threads to time critical | 2023-03-07 | 1 | -1/+1 | |
| | | | | | | | | | And also demote Audren and CoreTiming to High thread priority. | ||||
| * | | hle: rename legacy errors to Results | 2023-03-06 | 5 | -50/+50 | |
| |/ | |||||
| * | Fix a bug with the Reverb command in reading from the pre_delay line. | 2023-03-02 | 3 | -6/+8 | |
| | | |||||
| * | Merge pull request #9769 from Kelebek1/audio_oob | 2023-02-16 | 2 | -40/+92 | |
| |\ | | | | | [audio_core] Fix depop prepare | ||||
| | * | Add fallback for memory read/write in case the address goes over a 4K page | 2023-02-11 | 1 | -12/+64 | |
| | | | |||||
| | * | Fix depop prepare receiving bad mix infos and writing out of bounds, and ↵ | 2023-02-11 | 2 | -40/+40 | |
| | | | | | | | | | update aux a bit, may help | ||||
| * | | Merge pull request #9796 from liamwhite/current | 2023-02-15 | 1 | -1/+1 | |
| |\ \ | | | | | | | general: rename CurrentProcess to ApplicationProcess | ||||
| | * | | general: rename CurrentProcess to ApplicationProcess | 2023-02-13 | 1 | -1/+1 | |
| | | | | |||||
| * | | | remove static from pointer sized or smaller types for aesthetics, change ↵ | 2023-02-14 | 11 | -33/+33 | |
| | | | | | | | | | | | | | | | | | | | constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | | | add static lifetime to constexpr values to force compile time evaluation ↵ | 2023-02-14 | 11 | -33/+33 | |
| | | | | | | | | | | | | | | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | | | Fix biquad filter command's state buffer offset | 2023-02-13 | 1 | -2/+2 | |
| |/ / | |||||
| * | | biquad_filter: Clamp f64 in ApplyBiquadFilterFloat | 2023-02-10 | 1 | -3/+3 | |
| | | | |||||
| * | | biquad_filter: Fix rounding in ApplyBiquadFilterInt | 2023-02-10 | 2 | -24/+16 | |
| |/ | |||||
| * | upsample: Fix coefficient format | 2023-01-14 | 1 | -26/+26 | |
| | | |||||
| * | audio_core: Fix off-by-one error in upsampler | 2023-01-14 | 1 | -33/+12 | |
| | | |||||
| * | audio_core: remove explicitly defaulted and implicitly deleted constructors | 2022-12-10 | 2 | -2/+0 | |
| | | |||||
| * | Merge pull request #9289 from liamwhite/fruit-company | 2022-12-03 | 4 | -0/+4 | |
| |\ | | | | | general: fix compile for Apple Clang | ||||
| | * | general: fix compile for Apple Clang | 2022-11-22 | 4 | -0/+4 | |
| | | | |||||
| * | | Use the maximum input index for samples buffer span size, not just the input ↵ | 2022-11-22 | 1 | -6/+8 | |
| |/ | | | | count | ||||
| * | Add break for default cases | 2022-11-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | ||||
| * | general: Resolve -Wclass-memaccess | 2022-10-22 | 3 | -3/+3 | |
| | | |||||
| * | Update audio_core for firmware 15.0.0 | 2022-10-19 | 3 | -33/+72 | |
| | | |||||
| * | kernel: remove KWritableEvent | 2022-10-12 | 1 | -2/+2 | |
| | | |||||