AirTunes is a Mac framework for creating an AirPlay audio server. It enables wireless audio streaming from an iOS device to a Mac.
AirTunes is used in the AirBass app.
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
.
AirTunes depends on the ABPlayerInterface
framework, which is part of the ABPlayerController project. Follow the instructions on the project page to install the framework:
https://github.com/jenghis/abplayercontroller
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.
This project is available under the Apache 2.0 license. See LICENSE for details.