# AudioSplit **Repository Path**: vixeruntlyq/AudioSplit ## Basic Information - **Project Name**: AudioSplit - **Description**: wav立体声文件左右声道分离 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-19 - **Last Updated**: 2025-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AudioSplit #### 介绍 wav立体声文件左右声道分离 #### 编译 ```powershell g++ -std=c++17 -Wall AudioSplit.cpp -o AudioSplit ``` #### 运行 ```powershell .\AudioSplit.exe ..\samples\测试文件名.wav ``` 项目中left.wav和right.wav是分离LRChannel.wav得到的