LGAudioStreamHelper 1.0.1

LGAudioStreamHelper 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2015

Maintained by Grigory Lutkov.



  • By
  • Grigory Lutkov

iOS helper for easy recording audio stream, getting metadata and type of stream.

Installation

With source code

Download repository, then add LGAudioStreamHelper directory to your project.

Podfile

platform :ios, '6.0'
pod 'LGAudioStreamHelper', '~> 1.0'

Cartfile

github "Friend-LGA/LGAudioStreamHelper" ~> 1.0

Usage

In the source files where you need to use the library, import the header file:

#import "LGAudioStreamHelper.h"

Or you can use sublibraries separately, depend of your needs:

#import "LGAudioStreamMetadataGetter.h"     // helps to get metadata of audio stream 
#import "LGAudioStreamContentTypeGetter.h"  // helps to get type of audio stream
#import "LGAudioStreamRecorder.h"           // helps to record audio stream

More

For more details see files:

License

LGAudioStreamHelper is released under the MIT license. See LICENSE for details.