[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/sounds]
auwrite
(/tools/hpmatlab/toolbox/matlab/sounds/auwrite.m)
Function Synopsis
auwrite(y,filename)
Help text
AUWRITE Write mu-law encoded audio file.
AUWRITE(Y,'filename') converts Y to mu-law encoded bytes
and writes it to the specified audio file.
If no file name is given, /dev/audio is used, either on
the local machine, or on the remote machine specified by
the environment variable DISPLAY.
Cross-Reference Information
This function calls
- clock /tools/hpmatlab/toolbox/matlab/elmat/clock.m
- computer /tools/hpmatlab/toolbox/matlab/elmat/computer.m
- delete /tools/hpmatlab/toolbox/matlab/general/delete.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- eval /tools/hpmatlab/toolbox/matlab/lang/eval.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- getenv /tools/hpmatlab/toolbox/matlab/general/getenv.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- lin2mu /tools/hpmatlab/toolbox/matlab/sounds/lin2mu.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
This function is called by
- sound /tools/hpmatlab/toolbox/matlab/sounds/sound.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON