comparison NEWS @ 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 ebd27d8c63fd
children c2478360291f
comparison
equal deleted inserted replaced
19680:408361a8c72f 19681:0165d9607624
193 dump_prefs | individual preference get/set routines 193 dump_prefs | individual preference get/set routines
194 find_dir_in_path | dir_in_loadpath 194 find_dir_in_path | dir_in_loadpath
195 finite | isfinite 195 finite | isfinite
196 fmod | rem 196 fmod | rem
197 fnmatch | glob or regexp 197 fnmatch | glob or regexp
198 loadaudio | audioread
198 luinc | ilu or ichol 199 luinc | ilu or ichol
199 nfields | numfields 200 nfields | numfields
200 octave_tmp_file_name | tempname 201 octave_tmp_file_name | tempname
202 playaudio | audioplayer
203 saveaudio | audiowrite
201 syl | sylvester 204 syl | sylvester
202 usage | print_usage 205 usage | print_usage
203 206
204 allow_noninteger_range_as_index 207 allow_noninteger_range_as_index
205 do_braindead_shortcircuit_evaluation 208 do_braindead_shortcircuit_evaluation
209 setaudio
206 210
207 ** The following functions were deprecated in Octave 3.8 and will be 211 ** The following functions were deprecated in Octave 3.8 and will be
208 removed from Octave 4.2 (or whatever version is the second major 212 removed from Octave 4.2 (or whatever version is the second major
209 release after 3.8): 213 release after 3.8):
210 214