eden/src/audio_core/renderer/command
lizzie 395613b01f
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688)
- our logging code was bigger than spdlog itself, why???? just keep it simple
- fix issues when logging before logging system is even started
- removes the "initialized logging twice" issue
- removes uneeded indirection in file logging
- uses direct formatting instead of jumping hoopla-around the fmt::format() ressult
- code duplication and dead code removal as usual

I did explore dup2() but I think it's not worth the hassle
I did try `fwopen()` but it's better if things are just kept as-is.

there is a lot of noise because I removed a bunch of redundant files on logging and just put everything in one file

now normally this wouldn't be a good idea, however consider: the complexity of logging; it's less than 500 lines... does it really need a whole subsystem?!?!?! ITS JUST LOGGING

Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3688
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: DraVee <chimera@dravee.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-12 18:29:15 +01:00
..
data_source [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
effect [audio_core] Fix audio reverb effect acording to specs (#2976) 2025-11-08 03:50:51 +01:00
mix [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
performance Rework ADSP into a wrapper for apps 2023-09-04 17:12:16 +01:00
resample [meta] fix license headers (#2547) 2025-09-21 21:58:59 +02:00
sink [meta] fix license headers (#2547) 2025-09-21 21:58:59 +02:00
command_buffer.cpp [audio_core] Better biquad filter logic (#3235) 2025-12-31 14:15:06 +01:00
command_buffer.h Rework ADSP into a wrapper for apps 2023-09-04 17:12:16 +01:00
command_generator.cpp [audio_core] Better biquad filter logic (#3235) 2025-12-31 14:15:06 +01:00
command_generator.h [meta] fix license headers (#2547) 2025-09-21 21:58:59 +02:00
command_list_header.h Rework ADSP into a wrapper for apps 2023-09-04 17:12:16 +01:00
command_processing_time_estimator.cpp Do not consider voice commands in time estimation, fix adpcm estimate 2023-09-18 10:38:14 +01:00
command_processing_time_estimator.h Rework ADSP into a wrapper for apps 2023-09-04 17:12:16 +01:00
commands.h Project Andio 2022-07-22 01:11:32 +01:00
icommand.h Rework ADSP into a wrapper for apps 2023-09-04 17:12:16 +01:00