• Home
Name Date Size #Lines LOC

..--

Makefile.amD07-Sep-20242.6 KiB8050

PKG_ADDD07-Sep-2024112 43

Readme.txtD07-Sep-2024744 2414

format.hD07-Sep-2024919 222

octave_test.mD07-Sep-20241.6 KiB5340

octave_test.shD07-Sep-20241.8 KiB8258

sndfile.ccD07-Sep-202411.2 KiB406295

sndfile_load.mD07-Sep-20241.4 KiB5342

sndfile_play.mD07-Sep-20241.5 KiB6044

sndfile_save.mD07-Sep-20241.6 KiB5441

Readme.txt

1The libsndfile Modules for GNU Octave
2=====================================
3
4These modules are currently known to work with version 3.0 of GNU Octave on
5Linux. They have not been tested elsewhere.
6
7
8Build Requirements
9------------------
10
11In order to build these libsndfile related modules for GNU Octave on a Debian
12GNU/Linux (or Debian derived) system, you will need (on top of what is normally
13required to build libsndfile) the package:
14
15	octaveX.Y-headers
16
17where X.Y matches the version number of your installation of GNU Octave.
18
19The configure script in the top level libsndfile directory will detect the
20presence and correct versions of the Octave build tools. The building of these
21modules will only go ahead if everything is correct.
22
23
24