log libinterp/dldfcn/audioread.cc @ 20613:647db46ad754

age author description
Thu, 08 Oct 2015 17:41:21 -0400 John W. Eaton eliminate more simple uses of error_state
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Fri, 27 Feb 2015 15:51:12 -0800 Rik Replace std::size_t with bare size_t for conformity to rest of code.
Fri, 27 Feb 2015 09:31:11 -0800 Rik Correct tests using std::string::find_XXX which did not use std::string::npos.
Sat, 21 Feb 2015 11:53:41 -0500 Mike Miller audiowrite: Accept a row vector input as a single channel
Sat, 21 Feb 2015 11:31:55 -0500 Mike Miller audiowrite: Scale integer inputs before writing to an audio file
Sat, 21 Feb 2015 11:08:12 -0500 Mike Miller audioread: Fix sample index argument to be Matlab compatible
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sun, 01 Feb 2015 20:46:37 -0500 Mike Miller Fix sndfile bit width handling in audio functions
Tue, 13 Jan 2015 08:54:25 -0800 Rik Use Octave coding conventions for documentation of audio functions.
Fri, 09 Jan 2015 14:11:19 -0500 John W. Eaton properly close audio files
Fri, 09 Jan 2015 13:17:51 -0500 John W. Eaton improve argument decoding in audioread.cc functions
Fri, 09 Jan 2015 10:59:21 -0500 John W. Eaton write ogg files in chunks to avoid apparent bug
Wed, 07 Jan 2015 18:11:05 -0500 John W. Eaton Backed out changeset 5f313345912f
Wed, 07 Jan 2015 18:07:12 -0500 John W. Eaton avoid indexing before beginning of string
Sat, 03 Jan 2015 02:01:23 -0500 John W. Eaton protect all portaudio and sndfile dependent code with #ifdefs
Fri, 02 Jan 2015 13:09:27 -0500 John W. Eaton various style fixes for audio code
Fri, 02 Jan 2015 11:42:04 -0500 John W. Eaton doc fixes for audio functions
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
Thu, 03 Oct 2013 09:50:01 -0400 Mike Miller Fix texinfo docstring syntax for all audio functions
Thu, 03 Oct 2013 07:52:58 -0400 Mike Miller Apply Octave coding style to audio project additions
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
Fri, 20 Sep 2013 01:37:43 +0300 Vytautas Jančauskas change docstrings in audio defundld cc files to work with new texinfo
Thu, 19 Sep 2013 15:18:25 +0300 Vytautas Jančauskas fix some missing semicolons and add some conditional compilation constructs to audio functions
Wed, 11 Sep 2013 22:05:47 +0300 Vytautas Jančauskas Fix audiodevinfo, audioinfo, audioread and audiowrite build process
Wed, 11 Sep 2013 19:53:17 +0300 Vytautas Jančauskas compile audio file utilities even when sndfile is not present
Tue, 10 Sep 2013 14:08:46 +0300 Vytautas Jančauskas Fix includes in audioread, audiowrite and audioinfo
Tue, 10 Sep 2013 11:50:55 +0300 Vytautas Jančauskas Added libsndfile based audio file utilities to the source tree