# HG changeset patch # User John W. Eaton # Date 1420234769 18000 # Node ID 9f7a2d75ce1fbb28f4edb4936ed6193a5ccbe95d # Parent e616c28304131f356d58f93137f2041ee44a29fa * NEWS: Mention new audio functions. diff -r e616c2830413 -r 9f7a2d75ce1f NEWS --- 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.