Audio package
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.
InstallationEdit
package requirementsEdit
This package requires Octave 4.0 or later.
The package also requires the RTMIDI library
octave installationEdit
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 itEdit
Load it before any usage:
>> pkg load audio
DocumentationEdit
Documentation and reference for the Audio package is available as:
- The Online manual