# Created by Octave 3.4.2, Fri Sep 02 14:08:58 2011 EDT <mockbuild@fedora3.s390.bos.redhat.com>
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
aurecord


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 825
 -- Loadable Function: [X, FS, CHAN] = aurecord (T, FS, CHAN)
 -- Loadable Function: [X, FS, CHAN] = aurecord (T, FS, CHAN,
          'endpoint')
     Record for the specified time at the given sample rate. Note that
     the sample rate used may not match the requested sample rate.  Use
     the returned rate instead of the requested value in further
     processing. Similarly, the actual number of samples and channels
     may not match the request, so check the size of the returned
     matrix.

     FS defaults to 8000 Hz and CHAN defaults to 1. TIME is measured in
     seconds. `aurecord' can return the actual number of channels and
     the rate that is used, that may different from the ones selected.

     If the argument 'endpoint' is given, we attempt to wait for audio
     event before grabbing samples




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 55
Record for the specified time at the given sample rate.





