Audio package: Difference between revisions

 
(One intermediate revision by one other user not shown)
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: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.


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: