Commit Graph

31 Commits

Author SHA1 Message Date
a7d8e6d018 Host: Add disambiguation variants for translations 2024-09-03 21:39:00 +10:00
3fbdcdb4ff AudioStream: Rewrite and integrate expander 2024-09-01 13:16:10 +10:00
a2f98541b3 Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
3a83c4265c Misc: Fix a bunch of code analysis warnings
Some of which were even actual errors.
2024-08-02 23:56:07 +10:00
6d70d24bc4 AudioStream: Swap to shared soundtouch library
Yay licensing requirements.
2024-08-02 21:49:19 +10:00
0654b2dc43 AudioStream: Use GSVector 2024-07-03 00:24:12 +10:00
4e922a34a7 Log: Simplify macros 2024-05-24 02:08:14 +10:00
b6d019db66 Misc: Replace log printf calls with fmt 2024-05-24 00:29:49 +10:00
14ba3b7312 System: Fix sync to host refresh audio stretching 2024-05-22 22:32:51 +10:00
0a38c0889e AudioStream: Improve >100% volume output quality 2024-05-15 22:11:47 +10:00
864b0ad5fe Qt: Save audio output latency value separately to minimal flag 2024-05-12 17:36:15 +10:00
c803c4fbef Qt: Fix incorrect minimum latency display 2024-05-12 17:09:03 +10:00
d6e80de3bf Qt: Add default option for cubeb driver 2024-05-05 12:51:31 +10:00
4139bf63d8 AudioStream: Backport changes 2024-04-25 01:13:51 +10:00
0fbc1a3a8a AudioStream: Add surround expansion via FreeSurround 2024-04-21 23:30:46 +10:00
a5a72cd7ec AudioStream: Fix a couple of errors in ReadFrames() resampler 2024-04-17 00:49:44 +10:00
d96062b690 AudioStream: Fix infinite loop 2024-03-21 03:50:46 +10:00
9703542775 AudioStream: Re-add SDL backend 2024-03-20 22:46:20 +10:00
a96111eaeb Misc: Swap make_array() for size deduction 2023-10-02 13:33:33 +10:00
01e505ec8b Common: Add intrin.h 2023-10-01 17:24:34 +10:00
b1bb33a566 Common: Move CPU macros to types.h 2023-10-01 13:57:25 +10:00
4eb6b90825 AudioStream: Fix building without SSE on Linux 2022-12-20 21:25:15 +10:00
8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
2022-12-04 21:03:49 +10:00
239b585d8c AudioStream: Fix several-second-looping bug on underrun 2022-09-18 11:56:22 +10:00
cab51c6764 FullscreenUI: Re-enable most previously-missing settings 2022-08-26 01:26:55 +10:00
4f5722c932 AudioStream: Fix compiling with clang/arm64 2022-07-31 16:38:45 +10:00
66caaf6103 AudioStream: Fix null output 2022-07-29 22:39:38 +10:00
d012f65d4f AudioStream: Fix possible NaN in forced tempo update 2022-07-29 22:16:22 +10:00
be5b979713 AudioStream: Make speed changes less poppy 2022-07-29 21:16:02 +10:00
68b5dd869c SPU: Add time stretched audio output 2022-07-28 22:10:47 +10:00
b7fbde31a7 Move utility classes from common to own static lib 2022-07-21 17:29:58 +10:00