comparison doc/interpreter/audio.txi @ 19716:c2478360291f

New functions sound and soundsc * sound.m, soundsc.m: New function files. * scripts/audio/module.mk (audio_FCN_FILES): Add files to the list. * __unimplemented__.m (missing_functions): Remove sound and soundsc from the list. * audio.txi: Include sound and soundsc docstrings. * NEWS: Add sound and soundsc to list of new audio functions.
author Mike Miller <mtmiller@ieee.org>
date Sun, 08 Feb 2015 18:35:59 -0500
parents 0165d9607624
children 4197fc428c7d
comparison
equal deleted inserted replaced
19715:35bca657d74d 19716:c2478360291f
176 176
177 @DOCSTRING(mu2lin) 177 @DOCSTRING(mu2lin)
178 178
179 @DOCSTRING(record) 179 @DOCSTRING(record)
180 180
181 @DOCSTRING(sound)
182
183 @DOCSTRING(soundsc)
184
181 @DOCSTRING(wavread) 185 @DOCSTRING(wavread)
182 186
183 @DOCSTRING(wavwrite) 187 @DOCSTRING(wavwrite)