- Notifications
You must be signed in to change notification settings - Fork13
SimpleAudioPlayer is a simple wrapper for AVAudioPlayer
License
NotificationsYou must be signed in to change notification settings
owlcoding/SimpleAudioPlayer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SimpleAudioPlayer is a simple wrapper for AVAudioPlayer
To use it, make:
[SimpleAudioPlayer playFile:@"filename.mp3"];
or
[SimpleAudioPlayer playFile:@"filename.mp3" withCompletionBlock:^(BOOL finished) { NSLog(@"Finished playing");}];
UsingCocoaPods:
Add to your Podfile
pod 'SimpleAudioPlayer'
then run
pod update
Drag the .m and .h file to your project, make sure you have theAVFoundation framework added to your project and off - you go!
About
SimpleAudioPlayer is a simple wrapper for AVAudioPlayer
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published