Skip to content

gnu-octave/octave-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

256 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The Octave Audio package provides MIDI device functions and some basic sound measurement routines for GNU Octave

Requirements

  • Octave >= 4.0.0

  • RTMIDI library and include files

Installing

To install, run the octave package manager:

  1. If running Windows, the package may already be installed:

    pkg list audio

  2. To install from source forge: pkg install -forge audio

  3. To install from a local tarball. pkg install audio-XXXXXXX.tar.gz Where XXXXXXX is the version of the the downloaded tarball.

Usage:

  1. Load the package. pkg load audio (Required each time Octave is started)

  2. Type help audio at the octave prompt to display a list of functions

Documentation

See the function list for octave-audio on octave github for function documentation.

See the online manual for octave-audio on octave github for complete documentation.

Read the Octave Octave audio package wiki for install tips and examples.

Known limitations and bugs

Report bugs on the issue tracker

About

Audio and MIDI Toolbox for GNU Octave

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors