The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function: blockdevices
BLOCKDEVICES Lists audio devices
  Usage: devs = blockdevices();

  BLOCKDEVICES lists the available audio input and output devices. The
  ID can be used in the BLOCK function to specify which device should
  be used.

Url: http://ltfat.github.io/doc/blockproc/blockdevices.html

See also: block.

Package: ltfat