jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Fold CoreAudio into SoundfileLib #158

Closed nwolek closed 9 years ago

nwolek commented 11 years ago

Right now, everything is built on top of libsndfile (http://www.mega-nerd.com/libsndfile/), which does not support iOS (which might derail @caseybasichis & his use of this extension). I will create some conditional compilation so that Apple platforms will use CoreAudio under the hood. If all goes well, it will not change the interface that I have built in Jamoma for loading sound files.

nwolek commented 9 years ago

During Florida workshop, we decided to make interfacing with other libraries the responsibility of any developer using Jamoma Core in a project. jamoma2 will be built with this understanding, therefore I am closing this issue.