third_party_libsnd/Octave
2007-09-08 09:42:42 +10:00
..
format.cc Octave/*.cc : Minor x86_64 fixes. 2007-08-26 12:10:09 +10:00
format.h More Octave module hacking. 2007-08-25 13:20:00 +10:00
Makefile.am Fix 'make distcheck'. 2007-08-26 13:12:04 +10:00
octave_test.m More x86_64 fixes for octave modules. 2007-08-26 12:45:48 +10:00
octave_test.sh Octave/octave_test.sh : Disable test on OSX. Can't get it to work. 2007-09-08 09:42:42 +10:00
Readme.txt Add file Octave/Readme.txt. 2007-08-24 15:14:18 +10:00
sfread.cc Octave/*.cc : Minor x86_64 fixes. 2007-08-26 12:10:09 +10:00
sfwrite.cc Octave/sfwrite.cc : Fix compile warning. 2007-08-25 19:43:25 +10:00
sndfile_load.m More zip.com.au to mega-nerd.com changes. 2004-02-13 12:31:34 +00:00
sndfile_play.m More zip.com.au to mega-nerd.com changes. 2004-02-13 12:31:34 +00:00
sndfile_save.m More zip.com.au to mega-nerd.com changes. 2004-02-13 12:31:34 +00:00

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

These modules are currently known to work with version 2.9 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.