Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jpsim/mix2files
- Owner: jpsim
- Created: 2012-06-04T20:54:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-20T04:03:55.000Z (over 12 years ago)
- Last Synced: 2025-01-09T02:26:09.420Z (15 days ago)
- Language: Objective-C
- Homepage:
- Size: 3.04 MB
- Stars: 40
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README
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.