Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jpsim/mix2files

iOS Project to mix several audio files (mp3's, m4a's, caf's) together at different intervals
https://github.com/jpsim/mix2files

Last synced: 10 days ago
JSON representation

iOS Project to mix several audio files (mp3's, m4a's, caf's) together at different intervals

Awesome Lists containing this project

README

        

This is a pcm audio mixing demo for the iPhone, open up this xcode project
in the simulator and run it to hear the results of two mixed audio tracks.
Mixing two tracks before playing them is much better than using two
AVAudioPlayer objects because mixing actually keeps two audio tracks in sync.
The example sounds are a drum kit and a violin with lots of reverb.