This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 44ef845942d1371f26cbb852ef6d196f440b72d8
tree a5fa6bf6f472f7f9295d261528b36af3e32bbbe9
parent bbb99a3fd4f10fd99ed60b3b01eb99e9d0f65e0b
tree a5fa6bf6f472f7f9295d261528b36af3e32bbbe9
parent bbb99a3fd4f10fd99ed60b3b01eb99e9d0f65e0b
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Mon Nov 21 09:30:49 -0800 2005 | |
| |
LICENSE | Mon Nov 21 09:05:20 -0800 2005 | |
| |
README | Thu Mar 26 10:34:16 -0700 2009 | |
| |
Rakefile | Fri May 19 09:47:08 -0700 2006 | |
| |
TODO | Thu Feb 28 20:29:46 -0800 2008 | |
| |
VERSION | Thu Feb 28 20:36:15 -0800 2008 | |
| |
ext/ | Thu Feb 28 20:35:20 -0800 2008 | |
| |
lib/ | Thu Feb 28 19:45:43 -0800 2008 | |
| |
setup.rb | Mon Nov 21 09:05:20 -0800 2005 | |
| |
test/ | Wed Nov 01 08:00:14 -0800 2006 |
README
= ruby/audio This module and its classes are provided for the purpose of aiding in the manipulation of audio data. The core is the Audio::Sound class, which is a subclass of NArray. Also provided is the Audio::Soundfile class, which is a wrapper around the wonderful libsndfile. == About This Release This is the a bugfix release of the initial release of ruby/audio. The API can be considered relatively stable, barring the discovery of fundamental design flaws. More methods may be added, but backwards compatibility will be strived for. However, if you rely on the existing API and would like to ensure compatibility, drop me a line. If I know people are using it, I will be more careful not to break things. *Please* send me feedback if you find a bug, find the API awkward, or just like/hate it. Next on my list is to wrap libsamplerate, adapt ladspar[http://rubyforge.org/projects/ladspar] to use Audio::Sound, and perhaps wrap portaudio. == Installation === Download http://github.com/fugalh/ruby-audio === Prerequisites - NArray[http://www.ir.isas.ac.jp/~masa/ruby/index-e.html] - libsndfile[http://www.mega-nerd.com/libsndfile/] - SWIG[http://www.swig.org/] - Rake[http://rake.rubyforge.org/] === Building rake === Installing rake install == License Copyright (C) 2005 Hans Fugal This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA







