Navigation

Operators and Keywords

Function List:

C++ API

: recorder = audiorecorder ()
: recorder = audiorecorder (fs, nbits, channels)
: recorder = audiorecorder (fs, nbits, channels, id)

Create an audiorecorder object recording 8 bit mono audio at 8000 Hz sample rate.

The optional arguments fs, nbits, channels, and id specify the sample rate, bit depth, number of channels and recording device id, respectively. Device IDs may be found using the audiodevinfo function.

Package: octave