An open API service indexing awesome lists of open source software.

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.

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.