魔盒最新版本,更新了充电检测,鸟叫,dp4对声音的控制,声音模块由于硬件问题暂未实测
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef APP_AUDIO_DEBUG_H
|
||||
#define APP_AUDIO_DEBUG_H
|
||||
|
||||
#include "app_config.h"
|
||||
#include "system/includes.h"
|
||||
|
||||
/* UTF-8 中文日志;只在状态变化时打印,不在音频采样循环内连续打印。 */
|
||||
#if TCFG_MAGIC_AUDIO_DEBUG_ENABLE
|
||||
#define MAGIC_AUDIO_LOG(fmt, ...) printf("[魔盒声音] " fmt "\n", ##__VA_ARGS__)
|
||||
#else
|
||||
#define MAGIC_AUDIO_LOG(...) do { } while (0)
|
||||
#endif
|
||||
|
||||
#endif /* APP_AUDIO_DEBUG_H */
|
||||
Reference in New Issue
Block a user