# audio-analyzer-for-android **Repository Path**: ouyangpengdev/audio-analyzer-for-android ## Basic Information - **Project Name**: audio-analyzer-for-android - **Description**: 通过监听麦克风,实现麦克风音量实时波形图,可调节幅度. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2024-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README audio-analyzer-for-android ========================== 通过监听麦克风,实现麦克风音量实时波形图,可调节幅度. 通过监听麦克风,实现麦克风音量实时波形图,可调节幅度. 下载地址 git clone https://code.google.com/p/audio-analyzer-for-android/ Audio spectrum Analyzer for Android. I wrote this small (but potentially useful) Android app to experiment with and understand various features of the Android SDK, including: - Pan and pinch to zoom - User preferences - Custom attributes - View animations - Audio subsystem Files: - fftLibrary: a library project containing the FFT code - audioAnalyzer: A simple android app to excersize the FFT library I'm making this available in the hope that it is useful. Stephen Uhler