• This repository has been archived on 06/Jan/2020
  • Stars
    star
    212
  • Rank 186,122 (Top 4 %)
  • Language
    Objective-C
  • License
    BSD 2-Clause "Sim...
  • Created over 13 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AirPlay audio player for iOS devices
AirSpeaker - AirPlay audio player for iOS devices
Copyright (c) 2011 Clément Vasseur <[email protected]>

Use this application to listen to AirPlay audio streams from another iOS device
(iPhone, iPod Touch or iPad running iOS 4.2) on the same local network, or from
iTunes.

Just launch AirSpeaker, then tap the AirPlay icon on the audio player from
another iPhone for example, and the audio should start playing on AirSpeaker.
This works with audio played in iTunes on a Mac or PC too.

This app uses the same "AirTunes" protocol used in Apple's Airport Express,
also known as RAOP (Remote Audio Output Protocol).


TODO
====

 * audio synchronization
 * audio packet retransmission
 * audio multitasking
 * check memory leaks


Copyright
=========

AirSpeaker is under the Simplified BSD License.
http://github.com/nto/AirSpeaker/

The CocoaAsyncSocket project is under Public Domain license.
http://code.google.com/p/cocoaasyncsocket/