Audio package: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
 
Line 31: Line 31:
* The [https://octave.sourceforge.io/audio/package_doc/index.html Online manual]
* The [https://octave.sourceforge.io/audio/package_doc/index.html Online manual]


* The [https://octave.sourceforge.io/aaudio/overview.html Function Reference]
* The [https://octave.sourceforge.io/audio/overview.html Function Reference]


[[Category:Octave Forge]][[Category:Packages]]
[[Category:Octave Forge]][[Category:Packages]]

Latest revision as of 20:56, 14 July 2022

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[edit]

package requirements[edit]

This package requires Octave 4.0 or later.

The package also requires the RTMIDI library

octave installation[edit]

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[edit]

Load it before any usage:

>> pkg load audio


Documentation[edit]

Documentation and reference for the Audio package is available as: