nuttx/audio: add fake audio driver.

The fake audio driver aims to easily simulate the functions of audio driver through reading and writing files.
With it, you can conveniently customize and define various capture or playback audio drivers for debugging or automated testing.

Signed-off-by: yaojingwei <yaojingwei@xiaomi.com>
This commit is contained in:
yaojingwei
2024-11-11 11:23:47 +08:00
committed by Alan C. Assis
parent a58d6552e6
commit bbd6931d61
7 changed files with 1262 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ set(DEQUOTELIST
"CONFIG_TTY_LAUNCH_ENTRYPOINT" # Name of entry point from tty launch
"CONFIG_TTY_LAUNCH_ARGS" # Argument list of entry point from tty launch
"CONFIG_BOARD_MEMORY_RANGE" # Memory range for board
"CONFIG_FAKE_AUDIO_DEVICE_PARAMS" # Arguments for the fake audio device
# NxWidgets/NxWM
"CONFIG_NXWM_BACKGROUND_IMAGE" # Name of bitmap image class
"CONFIG_NXWM_CALIBRATION_ICON" # Name of bitmap image class