Mercurial > hg > octave-nkf
diff scripts/audio/playaudio.m @ 3471:a0aef47b4b4d
[project @ 2000-01-22 23:10:42 by jwe]
author | jwe |
---|---|
date | Sat, 22 Jan 2000 23:10:43 +0000 |
parents | 434790acb067 |
children | 22bd65326ec1 |
line wrap: on
line diff
--- a/scripts/audio/playaudio.m +++ b/scripts/audio/playaudio.m @@ -65,7 +65,8 @@ endif if (strcmp (ext, "lin") || strcmp (ext, "raw")) system (sprintf ("cat %s > /dev/dsp", name)); - elseif (strcmp (ext, "mu") || strcmp (ext, "au") || strcmp (ext, "snd")) + elseif (strcmp (ext, "mu") || strcmp (ext, "au") + || strcmp (ext, "snd") || strcmp (ext, "ul")) system (sprintf ("cat %s > /dev/audio", name)); else error ("playaudio does not support given extension");