Torque3D/Engine/lib/libsndfile/Octave
marauder2k7 a745fc3757 Initial commit
added libraries:
opus
flac
libsndfile

updated:
libvorbis
libogg
openal

- Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
2024-03-21 17:33:47 +00:00
..
format.h Initial commit 2024-03-21 17:33:47 +00:00
Makefile.am Initial commit 2024-03-21 17:33:47 +00:00
octave_test.m Initial commit 2024-03-21 17:33:47 +00:00
octave_test.sh Initial commit 2024-03-21 17:33:47 +00:00
PKG_ADD Initial commit 2024-03-21 17:33:47 +00:00
Readme.txt Initial commit 2024-03-21 17:33:47 +00:00
sndfile.cc Initial commit 2024-03-21 17:33:47 +00:00
sndfile_load.m Initial commit 2024-03-21 17:33:47 +00:00
sndfile_play.m Initial commit 2024-03-21 17:33:47 +00:00
sndfile_save.m Initial commit 2024-03-21 17:33:47 +00: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.