https://github.com/chadcsong/audioprocessor
A lib for processing audio about combine,mix or others.
https://github.com/chadcsong/audioprocessor
Last synced: 6 months ago
JSON representation
A lib for processing audio about combine,mix or others.
- Host: GitHub
- URL: https://github.com/chadcsong/audioprocessor
- Owner: ChadCSong
- License: mit
- Created: 2016-07-05T18:54:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T04:29:33.000Z (about 10 years ago)
- Last Synced: 2025-01-12T07:10:56.882Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AudioProcessor
A lib for processing audio about mix,combine or others.
## Function
#### Mix
Mix two or more audios into one. That like add background music for voices.
#### Combine
Combine two or more audios into one in order.
#### DiffChannel
Extract audio left/right channel from two audios and then make them int one audio which left channel is alternative right channel is another.