Sonic 0.0.1

Sonic 0.0.1

TestsTested
LangLanguage CC
License Custom
ReleasedLast Release Dec 2014

Maintained by Frédéric Wang.



Sonic 0.0.1

  • By
  • Bill Cox and Frédéric Wang

Objective Sonic

This is an Objective-C wrapper for libsonic that exposes an object-oriented API similar to the one of the sonic-sdk.

The recommended way to integrate this library into your Objective-C project is to use CocoaPods by adding 'Sonic' to your Podfile, but you can as well just copy the Sonic/ directory into your working directory.

SonicTest/ contains a sample iOS application that uses the libsonic library and is similar to the Android application available in sonic-ndk.

The sonic.c and sonic.h files are licensed under GNU Lesser General Public License version 2.1 (see the COPYING file). The iOSAudioDevice.m file of SonicTest is based on Matt Gallagher's mAudioStream.m and is distributed under a permissive free software license. All the other files are placed into the public domain (see the UNLICENSE file).