summaryrefslogtreecommitdiff
path: root/src/audio_core (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-17opus: fix stereo stream count check in multistream decoder objectGravatar Liam2-2/+2
2023-11-12audio_core: ignore renderer wait when stream is pausedGravatar Liam4-4/+18
2023-11-04Convert files to LF eolGravatar Kelebek18-876/+876
2023-11-03Allow 0 stereo countGravatar Kelebek12-3/+3
2023-10-13audio: fix shutdown deadlock in audio rendererGravatar Liam1-0/+4
2023-10-10Clear DSP buffer after each executionGravatar Kelebek12-0/+11
2023-10-02ci: fix new codespell errorsGravatar Liam1-1/+1
2023-09-18Do not consider voice commands in time estimation, fix adpcm estimateGravatar Kelebek12-6/+8
2023-09-16Reimplement HardwareOpusGravatar Kelebek120-72/+1465
2023-09-08Fix data source version 1 command loopingGravatar Kelebek14-52/+72
2023-09-07Do not reset the command buffer command count each timeGravatar Kelebek15-27/+14
2023-09-04Rework ADSP into a wrapper for appsGravatar Kelebek1169-1252/+1046
2023-09-03msvc: set warning level to /W4 globallyGravatar Danila Malyutin1-1/+0
2023-08-28Fix node id index in DropVoicesGravatar Kelebek11-1/+1
2023-08-27audio: allow more latency in cubeb initializationGravatar Liam2-8/+3
2023-08-23Pre-test opening a stream for audio backends, fall back to null if not suitable.Gravatar Kelebek15-38/+117
2023-07-30Fix AudioRendererParameterInternal's sizeGravatar Kelebek11-3/+3
2023-07-21(ui,)settings: Use explicit instantiationGravatar lat9nq1-3/+2
2023-07-21settings,general: Rename non-confirming enumsGravatar lat9nq1-2/+3
2023-07-21configure_audio: Implement ui generationGravatar lat9nq2-19/+23
2023-07-02Use spans over guest memory where possible instead of copying data.Gravatar Kelebek13-77/+32
2023-06-30sink_stream: Resolve heap buffer corruption due to out of bounds writeGravatar Morph2-17/+20
2023-06-22Remove memory allocations in some hot pathsGravatar Kelebek120-73/+80
2023-06-08nvnflinger: allow locking framerate during video playbackGravatar Liam2-22/+0
2023-06-07core_timing: Use CNTPCT as the guest CPU tickGravatar Morph5-15/+8
2023-06-05android: audio_core: sink_stream: Remove unnecessary check.Gravatar bunnei1-3/+0
2023-06-04audio_renderer: resolve adsp thread deadlock shutdownGravatar Liam4-10/+12
2023-06-03android: audio_core: Avoid shutdown hang.Gravatar bunnei1-0/+3
2023-05-27Audren wait as suggested by ByLawsGravatar Kelebek11-0/+3
2023-05-18Smooth out the DSP callback by adding a 5ms wait time limitGravatar Kelebek14-16/+12
2023-05-05yuzu-sdl,audio_core: Remove antiquated warning ignoreGravatar lat9nq1-10/+1
2023-05-01Wait for the terminate event before destroying a system instanceGravatar Kelebek11-4/+1
2023-04-08Use GetGlobalTimeNs as opposed to clock ticksGravatar Billy Laws2-4/+3
2023-04-03Add some explicit latency to sample count reportingGravatar Billy Laws1-1/+2
2023-03-27audio_core: No longer stall when sink queue is fullGravatar Billy Laws4-64/+1
2023-03-27Run clang-formatGravatar Billy Laws3-7/+6
2023-03-27audio: Wait for samples on the emulated DSP side to avoid desyncsGravatar Billy Laws6-24/+28
2023-03-26audio: Interpolate system manager sample count using host sink sample infoGravatar Billy Laws4-3/+39
2023-03-23memory: rename global memory references to application memoryGravatar Liam4-6/+5
2023-03-12general: fix spelling mistakesGravatar Liam16-27/+27
2023-03-07core: Promote CPU/GPU threads to time criticalGravatar Morph1-1/+1
2023-03-06hle: rename legacy errors to ResultsGravatar Liam13-64/+64
2023-03-02Fix a bug with the Reverb command in reading from the pre_delay line.Gravatar Kelebek13-6/+8
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades7912-39/+39
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades7912-39/+39
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam2-3/+3
2023-02-13Fix biquad filter command's state buffer offsetGravatar Kelebek11-2/+2
2023-02-11Add fallback for memory read/write in case the address goes over a 4K pageGravatar Kelebek11-12/+64
2023-02-11Fix depop prepare receiving bad mix infos and writing out of bounds, and upda...Gravatar Kelebek12-40/+40
2023-02-10biquad_filter: Clamp f64 in ApplyBiquadFilterFloatGravatar Merry1-3/+3