index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
command_generator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-22
Project Andio
Kelebek1
1
-1369
/
+0
2022-06-14
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
1
-2
/
+2
2022-05-13
command_generator: Use u8 for tap index lut
Morph
1
-8
/
+8
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-10-02
common/logging: Move Log::Entry declaration to a separate header
ameerj
1
-0
/
+3
2021-07-08
Replace NaN mix volume samples with silence.
Kelebek1
1
-0
/
+9
2021-07-08
audio_core: Preserve front channel volume after 6 to 2 downmix
Kelebek1
1
-38
/
+48
2021-07-06
Support more PCM formats. Fixes Ys IX audio.
Kelebek1
1
-16
/
+48
2021-07-01
Fix XC2/VOEZ crashing, add audio looping and a few misc fixes
Kelebek1
1
-34
/
+42
2021-02-13
revert to std::sin and std::cos
Chloe Marcec
1
-2
/
+2
2021-02-13
address issues
Chloe Marcec
1
-10
/
+12
2021-02-13
audren: Implement I3dl2Reverb
Chloe Marcec
1
-17
/
+338
2021-02-01
audren: Disable reverb for the time being
Chloe Marcec
1
-1
/
+4
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
1
-11
/
+16
2020-10-21
Revert "core: Fix clang build"
bunnei
1
-120
/
+92
2020-10-18
core: Fix clang build
Lioncash
1
-92
/
+120
2020-10-13
audio_core/CMakeLists: Make warnings consistent with core
Lioncash
1
-2
/
+1
2020-09-26
command_generator: Make lookup table static constexpr
Lioncash
1
-2
/
+3
2020-09-25
audio_core: Resolve sign conversion warnings
Lioncash
1
-6
/
+6
2020-09-17
audio_core/command_generator: Use const references where applicable
Lioncash
1
-10
/
+11
2020-09-17
audio_core/command_generator: Avoid an unnecessary copy in GenerateFinalMixCommand()
Lioncash
1
-1
/
+1
2020-08-16
Preliminary effects
David Marcec
1
-4
/
+183
2020-08-14
Disable biquad filter
David Marcec
1
-8
/
+9
2020-08-14
Reworked ADPCM decoder to allow better streaming
David Marcec
1
-32
/
+87
2020-08-01
mix buffer depopping
David Marcec
1
-29
/
+94
2020-07-30
adpcm streaming
David Marcec
1
-22
/
+31
2020-07-25
Address issues
David Marcec
1
-78
/
+77
2020-07-25
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
1
-0
/
+668