Skip to content

Mac framework for creating an AirPlay audio server

License

Notifications You must be signed in to change notification settings

megabitsenmzq/airtunes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirTunes [Megabits fixed ver.]

Swift 5.0 Platforms macOS License Apache

AirTunes is a Mac framework for creating an AirPlay audio server. It enables wireless audio streaming from an iOS device to a Mac.

Example

AirTunes is used in the AirBass app.

Instructions

Drag AirTunes.xcodeproj into the Project Navigator of your app's Xcode project. Then open your app target's "General" configuration page. In the "Embedded Binaries" section, click the + icon and select AirTunes.framework.

Usage

Create an AirTunes instance and call start() to start the server. Playback can be monitored and controlled using the methods described by the ABPlayerService protocol.

License

This project is available under the Apache 2.0 license. See LICENSE for details.

About

Mac framework for creating an AirPlay audio server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 88.1%
  • Swift 11.9%