Audio package: Difference between revisions

From Octave
Jump to navigation Jump to search
(Created page with "The {{Forge|audio}} package is part of the Octave Forge project and provides an Octave with a MIDI API similar to what is provided by MATLAB. = Installation = == package...")
 
Line 14: Line 14:
  >> pkg list audio
  >> pkg list audio


From octave command line:
If not installed, from octave command line:


  >> pkg install -forge audio
  >> pkg install -forge audio

Revision as of 22:16, 27 March 2020

The audio package is part of the Octave Forge project and provides an Octave with a MIDI API similar to what is provided by MATLAB.


Installation

package requirements

This package requires Octave 4.0 or later.

The package also requires the RTMIDI library

octave installation

Windows may already have the package installed. To verify, from the octave command line:

>> pkg list audio

If not installed, from octave command line:

>> pkg install -forge audio

Using it

Load it before any usage:

>> pkg load audio


Documentation

Documentation and reference for the Audio package is available as: