TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2015 |
Maintained by Grigory Lutkov.
iOS helper for easy recording audio stream, getting metadata and type of stream.
Download repository, then add LGAudioStreamHelper directory to your project.
platform :ios, '6.0'
pod 'LGAudioStreamHelper', '~> 1.0'
github "Friend-LGA/LGAudioStreamHelper" ~> 1.0
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
For more details see files:
LGAudioStreamHelper is released under the MIT license. See LICENSE for details.