https://github.com/mars/waveheart
audio player built in MacRuby using OS X AudioQueue
https://github.com/mars/waveheart
Last synced: about 1 year ago
JSON representation
audio player built in MacRuby using OS X AudioQueue
- Host: GitHub
- URL: https://github.com/mars/waveheart
- Owner: mars
- Created: 2011-11-12T23:33:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-04T23:23:47.000Z (over 13 years ago)
- Last Synced: 2025-02-09T19:18:26.818Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 7.07 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WaveHeart basics
================
Requires Mac OS X 10.7+ with Macruby 0.12.
1. `bin/bundle install` (rename Germfile to Gemfile for this command)
2. `macrake spec` (Gemfile must not be present: http://lists.macosforge.org/pipermail/macruby-tickets/2010-October/000538.html)
3. `macruby wave_heart.rb`
IRB usage examples
==================
$ macirb
> require 'wave_heart.rb'
> aq = WaveHeart::AudioQueue.new('/Users/Shared/Jukebox/Music/Air/Talkie Walkie/10 Alone in Kyoto.m4a')
> aq.play
See: WaveHeart::AudioQueue::Operations & WaveHeart::AudioQueue::Parameters