# voice-handle **Repository Path**: LevelCoder/voice-handle ## Basic Information - **Project Name**: voice-handle - **Description**: 用ffmpeg等音频处理工具提供简单的音频处理能力的java sdk - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2025-05-23 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # voice-handle #### Description JAVA Util Based on FFmpeg, provide audio format and tracking split function #### Software Architecture Core is FFmpeg/FFprobe, Two util class: 1. FileInfoUtil 2. FileHandleUtil Provided format audio and tracking split etc. function #### Installation 1. git clone 2. mvn install 3. add maven dependency to your project #### Instructions 1. Use FileInfoUtil to get basic audio info 2. Use FileHandleUtil to format your audio or do some tracking split #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request