diff doc/interpreter/audio.txi @ 19681:0165d9607624

Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio. * NEWS: Announce deprecation. * scripts/deprecated/loadaudio.m, scripts/deprecated/playaudio.m, scripts/deprecated/saveaudio.m, scripts/deprecated/setaudio.m: Move from scripts/audio. Add deprecation warnings to code and to docstrings. * audio.txi: Remove from manual. * lin2mu.m, mu2lin.m, record.m: Remove seealso links. * scripts/deprecated/module.mk: Add to build system in deprecated directory. * scripts/audio/module.mk: Remove from build system in audio directory.
author Mike Miller <mtmiller@ieee.org>
date Sat, 31 Jan 2015 10:23:52 -0500
parents 0e1f5a750d00
children c2478360291f
line wrap: on
line diff
--- a/doc/interpreter/audio.txi	Sat Jan 31 02:42:15 2015 -0500
+++ b/doc/interpreter/audio.txi	Sat Jan 31 10:23:52 2015 -0500
@@ -176,24 +176,8 @@
 
 @DOCSTRING(mu2lin)
 
-@DOCSTRING(loadaudio)
-
-@DOCSTRING(saveaudio)
-
-The following functions for audio I/O require special A/D hardware and
-operating system support.  It is assumed that audio data in linear
-encoding can be played and recorded by reading from and writing to
-@file{/dev/dsp}, and that similarly @file{/dev/audio} is used for mu-law
-encoding.  These file names are system-dependent.  Improvements so that
-these functions will work without modification on a wide variety of
-hardware are welcome.
-
-@DOCSTRING(playaudio)
-
 @DOCSTRING(record)
 
-@DOCSTRING(setaudio)
-
 @DOCSTRING(wavread)
 
 @DOCSTRING(wavwrite)