index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5868 from german77/HandheldFix
bunnei
2021-02-08
1
-1
/
+8
|
\
|
*
Prevent over scheduling audio events and terminate properly the motion update...
german
2021-02-02
1
-1
/
+8
*
|
audren: Disable reverb for the time being
Chloe Marcec
2021-02-01
1
-1
/
+4
*
|
audout: FlushAudioOutBuffers
Chloe Marcec
2021-01-24
2
-0
/
+11
*
|
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
1
-18
/
+18
|
/
*
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
1
-3
/
+3
*
Merge pull request #5264 from 16-Bit-Dog/patch-1
bunnei
2020-12-31
1
-1
/
+1
|
\
|
*
Make the coding conventions more consistant
16-Bit-Dog
2020-12-30
1
-1
/
+1
*
|
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-28
2
-15
/
+6
*
|
audio_core: stream: Ensure buffer is valid before release.
bunnei
2020-12-28
1
-2
/
+10
|
/
*
Update cubeb and request a persistent stream session
Vitor Kiguchi
2020-12-05
1
-0
/
+1
*
Merge pull request #5000 from lioncash/audio-error
bunnei
2020-12-02
23
-139
/
+147
|
\
|
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
23
-139
/
+147
*
|
audio_core: Remove temp_mix_buffer
Chloe Marcec
2020-11-28
2
-3
/
+1
|
/
*
Addressed changes
Chloe Marcec
2020-11-17
4
-10
/
+13
*
audren: Make use of nodiscard, rework downmixing, release all buffers
Chloe Marcec
2020-11-17
13
-102
/
+194
*
core: Fix clang build pt.2
Lioncash
2020-10-20
1
-2
/
+5
*
Revert "core: Fix clang build"
bunnei
2020-10-20
14
-215
/
+169
*
core: Fix clang build
Lioncash
2020-10-17
14
-169
/
+215
*
audio_core/CMakeLists: Make warnings consistent with core
Lioncash
2020-10-13
6
-8
/
+17
*
Merge pull request #4721 from lioncash/genfn
bunnei
2020-09-29
3
-5
/
+7
|
\
|
*
command_generator: Make lookup table static constexpr
Lioncash
2020-09-25
1
-2
/
+3
|
*
codec: Make lookup table static constexpr
Lioncash
2020-09-25
2
-3
/
+4
*
|
Merge pull request #4722 from lioncash/casting
bunnei
2020-09-29
1
-2
/
+2
|
\
\
|
*
|
cubeb_sink: Use static_cast instead of reinterpret_cast in DataCallback()
Lioncash
2020-09-25
1
-2
/
+2
|
|
/
*
|
Merge pull request #4719 from lioncash/audio-warn
bunnei
2020-09-27
8
-38
/
+46
|
\
\
|
*
|
audio_core: Resolve sign conversion warnings
Lioncash
2020-09-25
8
-25
/
+34
|
*
|
effect_context: Make use of explicit where applicable
Lioncash
2020-09-25
1
-13
/
+12
|
|
/
*
|
Merge pull request #4720 from lioncash/header
bunnei
2020-09-25
5
-7
/
+2
|
\
\
|
*
|
audio_core: Remove unnecessary inclusions
Lioncash
2020-09-25
5
-7
/
+2
|
|
/
*
/
behavior_info: Fix typo Renerer -> Renderer
Lioncash
2020-09-25
2
-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 GenerateFinalMixCo...
Lioncash
2020-09-17
1
-1
/
+1
*
Merge pull request #4310 from ogniK5377/apollo-1-prod
bunnei
2020-09-11
26
-647
/
+4971
|
\
|
*
Preliminary effects
David Marcec
2020-08-17
10
-35
/
+731
|
*
Disable biquad filter
David Marcec
2020-08-14
1
-8
/
+9
|
*
Reworked ADPCM decoder to allow better streaming
David Marcec
2020-08-14
2
-33
/
+95
|
*
mix buffer depopping
David Marcec
2020-08-01
2
-30
/
+101
|
*
adpcm streaming
David Marcec
2020-07-30
4
-27
/
+32
|
*
Fix perf regression
David Marcec
2020-07-25
1
-1
/
+2
|
*
Fix stream channel count when outputting to stereo
David Marcec
2020-07-25
1
-1
/
+1
|
*
Address issues
David Marcec
2020-07-25
8
-101
/
+104
|
*
Queue extra mix buffer
David Marcec
2020-07-25
1
-0
/
+1
|
*
Disable time stretcher for time being
David Marcec
2020-07-25
2
-6
/
+4
|
*
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-07-25
25
-641
/
+4127
*
|
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-13
1
-1
/
+1
*
|
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-27
1
-3
/
+4
|
/
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
2
-8
/
+9
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-15
2
-12
/
+8
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-09
2
-4
/
+5
[next]