mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 22:43:57 +08:00
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:
committed by
Alan C. Assis
parent
a58d6552e6
commit
bbd6931d61
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user