Skip to content

fred-wang/ObjectiveSonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Objective-C wrapper for libsonic

Resources

License

Unlicense, LGPL-2.1 licenses found

Licenses found

Unlicense
UNLICENSE
LGPL-2.1
COPYING

Stars

Watchers

Forks

Packages

No packages published