third_party_libsnd/Octave
2009-02-24 10:26:10 +11:00
..
format.h More Octave module hacking. 2007-08-25 13:20:00 +10:00
Makefile.am Use Shave to clean up automake/libtool output. 2009-02-24 10:26:10 +11:00
octave_test.m Use Shave to clean up automake/libtool output. 2009-02-24 10:26:10 +11:00
octave_test.sh Use Shave to clean up automake/libtool output. 2009-02-24 10:26:10 +11:00
PKG_ADD Octave/sndfile.cc : Add Octave function sfversion which returns the libsndfile version that the module is linked against. 2008-10-27 21:24:55 +11:00
Readme.txt Octave/Readme.txt : Update. 2008-10-27 19:55:36 +11:00
sndfile_load.m Clean out cruft. 2008-04-05 20:13:47 +11:00
sndfile_play.m Clean out cruft. 2008-04-05 20:13:47 +11:00
sndfile_save.m Clean out cruft. 2008-04-05 20:13:47 +11:00
sndfile.cc Octave/sndfile.cc : Improve help strings. 2008-10-27 21:26:55 +11:00

The libsndfile Modules for GNU Octave
=====================================

These modules are currently known to work with version 3.0 of GNU Octave on
Linux. They have not been tested elsewhere.


Build Requirements
------------------

In order to build these libsndfile related modules for GNU Octave on a Debian
GNU/Linux (or Debian derived) system, you will need (on top of what is normally
required to build libsndfile) the package:

	octaveX.Y-headers

where X.Y matches the version number of your installation of GNU Octave.

The configure script in the top level libsndfile directory will detect the 
presence and correct versions of the Octave build tools. The building of these
modules will only go ahead if everything is correct.