Lines Matching refs:Octave
5 # libsndfile and GNU Octave
7 [GNU Octave](http://www.octave.org/) is a high-level interactive language for
9 2.0.X series and a development 2.1.X series. Octave reads and writes data in
11 [MATLAB](http://www.mathworks.com/). Version 2.0.X of Octave uses binary data
12 files compatible with MATLAB version 4.2 while Octave 2.1.X uses binary data
18 Octave. This gives people using GNU Octave for audio based work an easy method
19 of moving audio data between GNU Octave and other programs which use libsndfile.
26 * Load the data into Octave for manipulation.
31 can be easily loaded into Octave for viewing/analyzing as well as a format which
37 Octave, like most programming languages, uses variables to store data, and
38 Octave variables can contain both arrays and matrices. It is also able to store
39 one or more of these variables in a file. When reading Octave files, libsndfile
52 easier by use of two Octave script files:
58 play the correct types of Octave files. Using this command line player
59 **sndfile-play** and a third Octave script file allows Octave data to be played
60 from within Octave on any of the platforms which **sndfile-play** supports (at
65 These three Octave scripts are installed automatically in Octave's site script
67 being installed into /usr/local, the Octave scripts will be installed in
70 There are some other Octave scripts for audio to be found