log

age author description
Fri, 02 Jan 2015 16:39:29 -0500 John W. Eaton * NEWS: Mention new audio functions.
Fri, 02 Jan 2015 13:09:27 -0500 John W. Eaton various style fixes for audio code
Fri, 02 Jan 2015 12:07:48 -0500 John W. Eaton use 0 instead of NULL
Fri, 02 Jan 2015 12:05:14 -0500 John W. Eaton avoid more warnings in audio code
Fri, 02 Jan 2015 11:42:04 -0500 John W. Eaton doc fixes for audio functions
Fri, 02 Jan 2015 02:18:51 -0500 John W. Eaton * audiodevinfo.cc: Use "||" and "&&", not "or" and "and".
Fri, 02 Jan 2015 02:16:18 -0500 John W. Eaton * audiodevinfo.cc: Avoid warnings about comparision operations.
Fri, 02 Jan 2015 02:04:40 -0500 John W. Eaton use C++ style casts in audio code
Fri, 02 Jan 2015 00:59:08 -0500 John W. Eaton eliminate unused variable and parameter warnings
Fri, 02 Jan 2015 00:47:25 -0500 John W. Eaton don't include oct.h in Octave source files
Fri, 02 Jan 2015 00:40:35 -0500 John W. Eaton merge audio source files
Wed, 31 Dec 2014 15:38:13 -0500 John W. Eaton fix audioplayer tests
Wed, 31 Dec 2014 14:59:42 -0500 John W. Eaton maint: Merge default to temporary audio-gsoc branch.
Wed, 31 Dec 2014 14:56:52 -0500 John W. Eaton style fixes for audioplayer and audiorecorder .m files
Wed, 31 Dec 2014 13:45:45 -0500 John W. Eaton fix docstring style in .m files
Thu, 03 Oct 2013 09:50:01 -0400 Mike Miller Fix texinfo docstring syntax for all audio functions
Thu, 03 Oct 2013 08:33:46 -0400 Mike Miller Add missing texinfo docstrings to all audio functions
Thu, 03 Oct 2013 07:52:58 -0400 Mike Miller Apply Octave coding style to audio project additions
Wed, 02 Oct 2013 00:14:09 -0400 Mike Miller configure.ac: Add --without-portaudio and --without-sndfile options
Tue, 01 Oct 2013 23:42:43 -0400 Mike Miller Include config.h in audio project source files
Tue, 01 Oct 2013 23:36:37 -0400 Mike Miller Add Octave copyright header block to audio project files
Mon, 23 Sep 2013 15:04:27 +0300 Vytautas Jančauskas maint: removed audiodevinfo.txi, audiofile.txi, audiorecorder.txi and audioplayer.txi files because they are no longer needed
Fri, 20 Sep 2013 01:37:43 +0300 Vytautas Jančauskas change docstrings in audio defundld cc files to work with new texinfo
Fri, 20 Sep 2013 00:51:21 +0300 Vytautas Jančauskas change @audiorecorder method docstrings to work with new texinfo
Fri, 20 Sep 2013 00:46:16 +0300 Vytautas Jančauskas fix audioplayer docstrings to work with new texinfo
Fri, 20 Sep 2013 00:37:06 +0300 Vytautas Jančauskas doc: included docstrings for audioinfo, audioread and audiowrite in audio.txi
Fri, 20 Sep 2013 00:34:30 +0300 Vytautas Jančauskas doc: included all docstrings for the @audioplayer class in audio.txi as well as added additional explanations for the functionality
Thu, 19 Sep 2013 15:43:23 +0300 Vytautas Jančauskas doc: add docstrings for audio file utilities, audiodevinfo, audioplayer and audiorecorder
Thu, 19 Sep 2013 15:23:59 +0300 Vytautas Jančauskas fix audioinfo crashing when no arguments are given
Thu, 19 Sep 2013 15:18:25 +0300 Vytautas Jančauskas fix some missing semicolons and add some conditional compilation constructs to audio functions