/README.mdown

http://github.com/kstenerud/ObjectAL-for-iPhone · Unknown · 80 lines · 48 code · 32 blank · 0 comment · 0 complexity · 9528322284850a72f702b90d2ad6a38b MD5 · raw file

  1. ObjectAL for iPhone, Apple TV, and Mac
  2. ======================================
  3. ### Mac, iOS, and TVOS Audio, minus the headache.
  4. So you want to add audio to your app. Usually your audio needs are something like:
  5. * Play, Pause, Stop, Loop
  6. * Volume, Pitch, Pan, Mute
  7. * Maybe some "power user" stuff, such as preloading and session control
  8. ### But you want *more* than that.
  9. * You want it to be **intuitive** and **easy**.
  10. * You want to get up and running **fast**.
  11. * But most of all, you want it to **JUST BLOODY WORK**!
  12. ### ObjectAL removes the pain.
  13. ObjectAL shields you from the nastiness of audio programming on iOS and Mac.
  14. * It knows how to manage audio sessions.
  15. * It knows OpenAL and AVAudioPlayer.
  16. * It knows what bugs are in which OS version, and how to work around them.
  17. * It knows how to navigate the arcane APIs and perform the right incantations.
  18. ObjectAL layers all that craziness away, giving you a clean, object oriented, Objective-C interface that just *works*.
  19. ### With ObjectAL, the simple is easy, and the complex is possible.
  20. ---------------------------------------------------------------------
  21. Find Out More
  22. -------------
  23. **Homepage:** <http://kstenerud.github.com/ObjectAL-for-iPhone>
  24. **Github:** <http://github.com/kstenerud/ObjectAL-for-iPhone>
  25. **Documentation:** ObjectAL.pdf (in the repository) or <http://kstenerud.github.com/ObjectAL-for-iPhone/documentation>
  26. **Community:** <http://groups.google.com/group/objectal-for-iphone>
  27. **Download:** <http://kstenerud.github.com/ObjectAL-for-iPhone/downloads.html>
  28. **Repository:** ` git clone http://github.com/kstenerud/ObjectAL-for-iPhone.git `
  29. ---------------------------------------------------------------------
  30. License
  31. -------
  32. Copyright (c) 2009 Karl Stenerud. All rights reserved.
  33. Permission is hereby granted, free of charge, to any person obtaining a copy
  34. of this software and associated documentation files (the "Software"), to deal
  35. in the Software without restriction, including without limitation the rights
  36. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  37. copies of the Software, and to permit persons to whom the Software is
  38. furnished to do so, subject to the following conditions:
  39. The above copyright notice and this permission notice shall remain in place
  40. in this source code.
  41. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  42. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  43. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  44. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  45. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  46. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  47. THE SOFTWARE.
  48. Attribution is not required, but appreciated :)