# AudioRecorder **Repository Path**: modyuan/AudioRecorder ## Basic Information - **Project Name**: AudioRecorder - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AudioRecorder use lib of ffmpeg to record audio as a aac file. - [x] All platform support - [ ] Test in all platform - [x] Audio Recorder - [x] Audio Player - [ ] Command Line 安装依赖(MACOS): ```bash brew install ffmpeg brew install SDL2 ```