Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SimpleAudioPlayer is a simple wrapper for AVAudioPlayer

License

NotificationsYou must be signed in to change notification settings

owlcoding/SimpleAudioPlayer

Repository files navigation

SimpleAudioPlayer is a simple wrapper for AVAudioPlayer

Usage

To use it, make:

[SimpleAudioPlayer playFile:@"filename.mp3"];

or

[SimpleAudioPlayer playFile:@"filename.mp3" withCompletionBlock:^(BOOL finished) {    NSLog(@"Finished playing");}];

Instalation

UsingCocoaPods:

Add to your Podfile

pod 'SimpleAudioPlayer'

then run

pod update

Not using CocoaPods:

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

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp