Citron/src/audio_core
Zephyron a9f539e193
audio_core: Add comprehensive audio feature support tags
Added new feature support tags to track audio functionality across firmware
versions. Changes include:

- Added Audio Out/In Auto buffer support tags (3.0.0+)
- Added Final Output Recorder features including work buffer (3.0.0+, 9.0.0+)
- Added Audio Renderer features like manual execution and voice drop
- Added Audio Device features including notifications and auto volume
- Added Hardware Opus decoder features including large frame support
- Added System Audio features like master volume and hearing protection

This provides more complete feature detection for audio functionality
introduced in firmware versions 3.0.0 through 19.0.1.
2024-12-31 18:42:49 +10:00
..
adsp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
common audio_core: Add comprehensive audio feature support tags 2024-12-31 18:42:49 +10:00
device chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
in chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
opus chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
out chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
renderer chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
sink chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
CMakeLists.txt chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_core.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_core.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_event.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_event.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_in_manager.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_in_manager.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_manager.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_manager.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_out_manager.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_out_manager.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_render_manager.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_render_manager.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
precompiled_headers.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00