help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loading WAV files?


From: Rafael Laboissiere
Subject: Re: Loading WAV files?
Date: Tue, 2 Nov 1999 12:36:15 +0100

On Tue, Nov 02, 1999 at 01:24:32AM -0800, Gerald Gutierrez wrote:

> Is there any way to load WAV (or AU, or any other audio) file into
> Octave?

I am attaching below two files that I wrote a while ago to interface 
Michael Pruett's audiofile library with Octave.  You should compile them
with:

    mkoctfile loadwav.cc -laudiofile
    mkoctfile savewav.cc -laudiofile

They work fine in my Debian GNU/Linux system with version 0.1.9 of
libaudiofile, available at:

    http://www.68k.org/~michael/audiofile/

This is a very powerful, GPL'd library.  I wished to have more time to
polish this stuff and contribute them to Octave's core.  As usual, the time
budget problem reached me.

Enjoy,

--
Rafael Laboissiere
Institut de la Communication Parlee | Email: address@hidden
UPRESS A CNRS 5009 / INPG           | Voice: +33 4.76.57.48.49
46, av. Felix Viallet               |   Fax: +33 4.76.57.47.10
F-38031 Grenoble CEDEX 1 France     |   URL: http://www.icp.inpg.fr/~rafael

Attachment: loadwav.cc
Description: Text Data

Attachment: savewav.cc
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]