| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oboe_sink: handle temporary stream creation failure | 2024-02-23 | 1 | -2/+6 | |
| | | |||||
| * | audio: fix released buffer bounds check | 2024-02-22 | 1 | -2/+6 | |
| | | |||||
| * | audio: format | 2024-02-20 | 3 | -7/+8 | |
| | | |||||
| * | audio: rewrite IAudioDevice | 2024-02-20 | 2 | -12/+8 | |
| | | |||||
| * | audio: rewrite IHardwareOpusDecoderManager | 2024-02-20 | 6 | -31/+34 | |
| | | |||||
| * | audio: rewrite IAudioRendererManager | 2024-02-20 | 8 | -39/+45 | |
| | | |||||
| * | audio: rewrite IAudioOut | 2024-02-20 | 1 | -2/+2 | |
| | | |||||
| * | audio: rewrite IAudioInManager | 2024-02-20 | 2 | -7/+4 | |
| | | |||||
| * | scope_exit: Make constexpr | 2024-02-19 | 2 | -3/+5 | |
| | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | ||||
| * | Merge pull request #12814 from Kelebek1/time_new_ipc | 2024-01-29 | 1 | -2/+2 | |
| |\ | | | | | Move time services to new IPC and add debug printing | ||||
| | * | Move time services to new IPC. | 2024-01-27 | 1 | -2/+2 | |
| | | | | | | | | | Add some fixes/improvements to usage with the new IPC | ||||
| * | | Use the input process handle to get the correct application's memory | 2024-01-28 | 9 | -15/+46 | |
| |/ | |||||
| * | Core: Clang format and other small issues. | 2024-01-18 | 2 | -2/+2 | |
| | | |||||
| * | SMMU: Initial adaptation to video_core. | 2024-01-18 | 2 | -0/+2 | |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into typos3 | 2024-01-16 | 6 | -22/+36 | |
| |\ | |||||
| | * | audio: fetch process object from handle table | 2024-01-12 | 6 | -22/+36 | |
| | | | |||||
| * | | Fix more typos | 2024-01-15 | 5 | -10/+10 | |
| |/ | |||||
| * | core_timing: remove user data value | 2023-12-23 | 1 | -3/+1 | |
| | | |||||
| * | Merge pull request #12387 from liamwhite/oboe | 2023-12-19 | 4 | -0/+322 | |
| |\ | | | | | android: add oboe audio sink | ||||
| | * | oboe_sink: specify additional required parameters | 2023-12-18 | 1 | -13/+27 | |
| | | | |||||
| | * | oboe_sink: set low latency performance mode | 2023-12-17 | 1 | -0/+2 | |
| | | | |||||
| | * | oboe_sink: implement channel count querying | 2023-12-17 | 1 | -12/+35 | |
| | | | |||||
| | * | android: add oboe audio sink | 2023-12-17 | 4 | -0/+283 | |
| | | | |||||
| * | | audio: skip coefficient normalization for downmix | 2023-12-16 | 1 | -4/+2 | |
| | | | |||||
| * | | Have GetActiveChannelCount return the system channels instead of host device ↵ | 2023-12-16 | 4 | -19/+42 | |
| |/ | | | | channels | ||||
| * | opus: fix stereo stream count check in multistream decoder object | 2023-11-17 | 2 | -2/+2 | |
| | | |||||
| * | audio_core: ignore renderer wait when stream is paused | 2023-11-12 | 4 | -4/+18 | |
| | | |||||
| * | Convert files to LF eol | 2023-11-04 | 8 | -876/+876 | |
| | | |||||
| * | Allow 0 stereo count | 2023-11-03 | 2 | -3/+3 | |
| | | |||||
| * | audio: fix shutdown deadlock in audio renderer | 2023-10-13 | 1 | -0/+4 | |
| | | |||||
| * | Clear DSP buffer after each execution | 2023-10-10 | 2 | -0/+11 | |
| | | |||||
| * | ci: fix new codespell errors | 2023-10-02 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #11520 from Kelebek1/estimated_time | 2023-09-18 | 2 | -6/+8 | |
| |\ | | | | | Do not consider voice commands in time estimation, fix adpcm estimate | ||||
| | * | Do not consider voice commands in time estimation, fix adpcm estimate | 2023-09-18 | 2 | -6/+8 | |
| | | | |||||
| * | | Reimplement HardwareOpus | 2023-09-16 | 20 | -72/+1465 | |
| |/ | |||||
| * | Merge pull request #11465 from Kelebek1/skip_remaining_reset | 2023-09-10 | 5 | -27/+14 | |
| |\ | | | | | [Audio] Do not reset the remaining command count each time | ||||
| | * | Do not reset the command buffer command count each time | 2023-09-07 | 5 | -27/+14 | |
| | | | |||||
| * | | Fix data source version 1 command looping | 2023-09-08 | 4 | -52/+72 | |
| |/ | |||||
| * | Merge pull request #11428 from Kelebek1/adsp_rework | 2023-09-06 | 169 | -1252/+1046 | |
| |\ | | | | | Rework ADSP into a wrapper for apps | ||||
| | * | Rework ADSP into a wrapper for apps | 2023-09-04 | 169 | -1252/+1046 | |
| | | | |||||
| * | | msvc: set warning level to /W4 globally | 2023-09-03 | 1 | -1/+0 | |
| |/ | | | | And fix a bunch of warnings | ||||
| * | Merge pull request #11408 from Kelebek1/fix_audio_node_id | 2023-08-29 | 1 | -1/+1 | |
| |\ | | | | | [Audio] Fix node id index in DropVoices | ||||
| | * | Fix node id index in DropVoices | 2023-08-28 | 1 | -1/+1 | |
| | | | |||||
| * | | audio: allow more latency in cubeb initialization | 2023-08-27 | 2 | -8/+3 | |
| | | | |||||
| * | | Pre-test opening a stream for audio backends, fall back to null if not suitable. | 2023-08-23 | 5 | -38/+117 | |
| |/ | |||||
| * | Merge pull request #10839 from lat9nq/pgc-plus | 2023-08-02 | 2 | -19/+23 | |
| |\ | | | | | general: Reimplement per-game configurations | ||||
| | * | (ui,)settings: Use explicit instantiation | 2023-07-21 | 1 | -3/+2 | |
| | | | | | | | | | Reduces compile times a tad on clang. | ||||
| | * | settings,general: Rename non-confirming enums | 2023-07-21 | 1 | -2/+3 | |
| | | | |||||
| | * | configure_audio: Implement ui generation | 2023-07-21 | 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 | ||||
| * | | Fix AudioRendererParameterInternal's size | 2023-07-30 | 1 | -3/+3 | |
| |/ | |||||