# 智障的智能音箱 **Repository Path**: g-quling/zhi-zhang-smart-speaker ## Basic Information - **Project Name**: 智障的智能音箱 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-26 - **Last Updated**: 2024-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用手册 ## control.c ### 音频采集开关 `./control capture ` ### 音频回放开关 `./control playback ` ### 音频采集音量调节 `./control capture volume ` ### 音频回放音量调节 `./control playback volume ` ## record.c ### 开始录制 `./record` ### 播放音频 - 在`out/build/native`目录下,执行`aplay -f S16_LE -c 2 -r 44100 output.pcm` - `./play`默认播放`out/build/native/output.pcm`