changeset 19554:9f7a2d75ce1f

* NEWS: Mention new audio functions.
author John W. Eaton <jwe@octave.org>
date Fri, 02 Jan 2015 16:39:29 -0500
parents e616c2830413
children 53ba58536f09
files NEWS
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Jan 02 13:09:27 2015 -0500
+++ b/NEWS	Fri Jan 02 16:39:29 2015 -0500
@@ -13,9 +13,16 @@
       methods       endmethods
       properties    endproperties
 
- ** New classes in Octave 4.2:
+ ** New audio functions and classes:
 
-      inputParser
+      audiodevinfo  audioread
+      audioinfo     audiorecorder
+      audioplayer   audiowrite
+
+ ** Other new classes in Octave 4.2:
+
+      audioplayer    inputParser
+      audiorecorder  
 
  ** Optional stricter Matlab compatibility for ranges, diagonal matrices,
     and permutation matrices.