Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shazron/airfloat
Implementation of AirPlay audio (AirTunes) for iOS.
https://github.com/shazron/airfloat
Last synced: 3 months ago
JSON representation
Implementation of AirPlay audio (AirTunes) for iOS.
- Host: GitHub
- URL: https://github.com/shazron/airfloat
- Owner: shazron
- Fork: true (trenskow/AirFloat)
- Created: 2015-06-14T07:17:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T02:54:33.000Z (almost 6 years ago)
- Last Synced: 2023-04-01T10:57:50.891Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 34.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AirFloat
[![Join the chat at https://gitter.im/trenskow/AirFloat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/trenskow/AirFloat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
***Remark: AirFloat now compiles on iOS 9.2.1***
AirFloat implements the RAOP (Remote Audio Output Protocol) also known as AirPlay Audio. Essentially this app turns your iPhone into an AirPlay audio receivier like the AirPort Express.
***Remark: Please note this repo also includes integrated libairfloat***
## Install
Download, open in Xcode and build.
##Contributors
@davhelm
@yfliao
@ataibarkai
@faisalmemon
@JBA474## License
Copyright (c) 2013, Kristian Trenskow
All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.