Skip to content

A small helper class for audio. Makes it possible to just drop your files into your Xcode project and play them with a simple function call. The class will find all your audio files and register them, so that all you need to do is ask the player to play the file by its name.

Notifications You must be signed in to change notification settings

matchdav/easy-ios-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-ios-audio

A small helper class for audio. Makes it possible to just drop your files into your Xcode project and play them with a simple function call. The class will find all your audio files and register them, so that all you need to do is ask the player to play the file by its name. Supports fadeins and fadeouts.

Dependencies: Make sure you include AVFoundation in your project.

To do: Document the API and make a wiki.

About

A small helper class for audio. Makes it possible to just drop your files into your Xcode project and play them with a simple function call. The class will find all your audio files and register them, so that all you need to do is ask the player to play the file by its name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published