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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common/logging: Move Log::Entry declaration to a separate header
ameerj
2021-10-02
1
-0
/
+3
*
Merge pull request #6571 from Kelebek1/Mix
bunnei
2021-07-13
1
-0
/
+9
|
\
|
*
Replace NaN mix volume samples with silence.
Kelebek1
2021-07-08
1
-0
/
+9
*
|
Merge pull request #6564 from Kelebek1/Audio
Morph
2021-07-08
1
-16
/
+48
|
\
\
|
|
/
|
/
|
|
*
Support more PCM formats. Fixes Ys IX audio.
Kelebek1
2021-07-06
1
-16
/
+48
*
|
audio_core: Preserve front channel volume after 6 to 2 downmix
Kelebek1
2021-07-08
1
-38
/
+48
|
/
*
Fix XC2/VOEZ crashing, add audio looping and a few misc fixes
Kelebek1
2021-07-01
1
-34
/
+42
*
revert to std::sin and std::cos
Chloe Marcec
2021-02-13
1
-2
/
+2
*
address issues
Chloe Marcec
2021-02-13
1
-10
/
+12
*
audren: Implement I3dl2Reverb
Chloe Marcec
2021-02-13
1
-17
/
+338
*
audren: Disable reverb for the time being
Chloe Marcec
2021-02-01
1
-1
/
+4
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-11
/
+16
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-120
/
+92
*
core: Fix clang build
Lioncash
2020-10-18
1
-92
/
+120
*
audio_core/CMakeLists: Make warnings consistent with core
Lioncash
2020-10-13
1
-2
/
+1
*
Merge pull request #4721 from lioncash/genfn
bunnei
2020-09-30
1
-2
/
+3
|
\
|
*
command_generator: Make lookup table static constexpr
Lioncash
2020-09-26
1
-2
/
+3
*
|
audio_core: Resolve sign conversion warnings
Lioncash
2020-09-25
1
-6
/
+6
|
/
*
audio_core/command_generator: Use const references where applicable
Lioncash
2020-09-17
1
-10
/
+11
*
audio_core/command_generator: Avoid an unnecessary copy in GenerateFinalMixCommand()
Lioncash
2020-09-17
1
-1
/
+1
*
Preliminary effects
David Marcec
2020-08-16
1
-4
/
+183
*
Disable biquad filter
David Marcec
2020-08-14
1
-8
/
+9
*
Reworked ADPCM decoder to allow better streaming
David Marcec
2020-08-14
1
-32
/
+87
*
mix buffer depopping
David Marcec
2020-08-01
1
-29
/
+94
*
adpcm streaming
David Marcec
2020-07-30
1
-22
/
+31
*
Address issues
David Marcec
2020-07-25
1
-78
/
+77
*
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-07-25
1
-0
/
+668