| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-02-23 | oboe_sink: handle temporary stream creation failure | 1 | -2/+6 | ||
| 2024-02-22 | audio: fix released buffer bounds check | 1 | -2/+6 | ||
| 2024-02-20 | audio: format | 3 | -7/+8 | ||
| 2024-02-20 | audio: rewrite IAudioDevice | 2 | -12/+8 | ||
| 2024-02-20 | audio: rewrite IHardwareOpusDecoderManager | 6 | -31/+34 | ||
| 2024-02-20 | audio: rewrite IAudioRendererManager | 8 | -39/+45 | ||
| 2024-02-20 | audio: rewrite IAudioOut | 1 | -2/+2 | ||
| 2024-02-20 | audio: rewrite IAudioInManager | 2 | -7/+4 | ||
| 2024-02-19 | scope_exit: Make constexpr | 2 | -3/+5 | ||
| Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||||
| 2024-01-28 | Use the input process handle to get the correct application's memory | 9 | -15/+46 | ||
| 2024-01-27 | Move time services to new IPC. | 1 | -2/+2 | ||
| Add some fixes/improvements to usage with the new IPC | |||||
| 2024-01-18 | Core: Clang format and other small issues. | 2 | -2/+2 | ||
| 2024-01-18 | SMMU: Initial adaptation to video_core. | 2 | -0/+2 | ||
| 2024-01-15 | Fix more typos | 5 | -10/+10 | ||
| 2024-01-12 | audio: fetch process object from handle table | 6 | -22/+36 | ||
| 2023-12-23 | core_timing: remove user data value | 1 | -3/+1 | ||
| 2023-12-18 | oboe_sink: specify additional required parameters | 1 | -13/+27 | ||
| 2023-12-17 | oboe_sink: set low latency performance mode | 1 | -0/+2 | ||
| 2023-12-17 | oboe_sink: implement channel count querying | 1 | -12/+35 | ||
| 2023-12-17 | android: add oboe audio sink | 4 | -0/+283 | ||
| 2023-12-16 | audio: skip coefficient normalization for downmix | 1 | -4/+2 | ||
| 2023-12-16 | Have GetActiveChannelCount return the system channels instead of host device ↵ | 4 | -19/+42 | ||
| channels | |||||
| 2023-11-17 | opus: fix stereo stream count check in multistream decoder object | 2 | -2/+2 | ||
| 2023-11-12 | audio_core: ignore renderer wait when stream is paused | 4 | -4/+18 | ||
| 2023-11-04 | Convert files to LF eol | 8 | -876/+876 | ||
| 2023-11-03 | Allow 0 stereo count | 2 | -3/+3 | ||
| 2023-10-13 | audio: fix shutdown deadlock in audio renderer | 1 | -0/+4 | ||
| 2023-10-10 | Clear DSP buffer after each execution | 2 | -0/+11 | ||
| 2023-10-02 | ci: fix new codespell errors | 1 | -1/+1 | ||
| 2023-09-18 | Do not consider voice commands in time estimation, fix adpcm estimate | 2 | -6/+8 | ||
| 2023-09-16 | Reimplement HardwareOpus | 20 | -72/+1465 | ||
| 2023-09-08 | Fix data source version 1 command looping | 4 | -52/+72 | ||
| 2023-09-07 | Do not reset the command buffer command count each time | 5 | -27/+14 | ||
| 2023-09-04 | Rework ADSP into a wrapper for apps | 169 | -1252/+1046 | ||
| 2023-09-03 | msvc: set warning level to /W4 globally | 1 | -1/+0 | ||
| And fix a bunch of warnings | |||||
| 2023-08-28 | Fix node id index in DropVoices | 1 | -1/+1 | ||
| 2023-08-27 | audio: allow more latency in cubeb initialization | 2 | -8/+3 | ||
| 2023-08-23 | Pre-test opening a stream for audio backends, fall back to null if not suitable. | 5 | -38/+117 | ||
| 2023-07-30 | Fix AudioRendererParameterInternal's size | 1 | -3/+3 | ||
| 2023-07-21 | (ui,)settings: Use explicit instantiation | 1 | -3/+2 | ||
| Reduces compile times a tad on clang. | |||||
| 2023-07-21 | settings,general: Rename non-confirming enums | 1 | -2/+3 | ||
| 2023-07-21 | configure_audio: Implement ui generation | 2 | -19/+23 | ||
| Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation configure_audio: Implement ui generation Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation settings: Make audio settings as enums | |||||
| 2023-07-02 | Use spans over guest memory where possible instead of copying data. | 3 | -77/+32 | ||
| 2023-06-30 | sink_stream: Resolve heap buffer corruption due to out of bounds write | 2 | -17/+20 | ||
| 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 | 20 | -73/+80 | ||
| 2023-06-08 | nvnflinger: allow locking framerate during video playback | 2 | -22/+0 | ||
| 2023-06-07 | core_timing: Use CNTPCT as the guest CPU tick | 5 | -15/+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. | |||||
| 2023-06-05 | android: audio_core: sink_stream: Remove unnecessary check. | 1 | -3/+0 | ||
| 2023-06-04 | audio_renderer: resolve adsp thread deadlock shutdown | 4 | -10/+12 | ||
| 2023-06-03 | android: audio_core: Avoid shutdown hang. | 1 | -0/+3 | ||