Mon, 26 Nov 2018 14:33:41 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Fri, 14 Sep 2018 15:32:43 +0100 |
Chris Cannam |
Avoid compiler warning
|
Wed, 12 Sep 2018 13:56:56 +0100 |
Chris Cannam |
Switch the normalisation option in WritableWaveFileModel from normalising on read to normalising on write, so that the saved file is already normalised and therefore can be read again without having to remember to normalise it
import-audio-data
|
Tue, 04 Sep 2018 14:11:10 +0100 |
Chris Cannam |
Catch failure to create model, e.g. because 0 channels for wave-file model
import-audio-data
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Thu, 01 Mar 2018 14:43:40 +0000 |
Chris Cannam |
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
|
Fri, 06 Jan 2017 21:04:52 +0000 |
Chris Cannam |
And similar approach for the writer
3.0-integration
|
Fri, 06 Jan 2017 16:40:11 +0000 |
Chris Cannam |
Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding
3.0-integration
|
Tue, 13 Dec 2016 15:23:21 +0000 |
Chris Cannam |
Update to use bqvec allocator for float vectors
3.0-integration
|
Tue, 13 Dec 2016 12:03:48 +0000 |
Chris Cannam |
Handle increases in the overall channel count by closing and reopening the audio device.
3.0-integration
|
Mon, 15 Jun 2015 12:19:47 +0100 |
Chris Cannam |
Rework audio file reader API to prefer using std containers
simple-fft-model
|
Wed, 11 Mar 2015 13:30:37 +0000 |
Chris Cannam |
Build fixes for OS/X
cxx11
|
Wed, 04 Mar 2015 12:01:04 +0000 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
Tue, 03 Mar 2015 15:18:24 +0000 |
Chris Cannam |
Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
cxx11
|
Tue, 17 Jun 2014 14:33:42 +0100 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
Tue, 26 Nov 2013 13:35:08 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Tue, 14 Jun 2011 15:26:52 +0100 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
Tue, 14 Jun 2011 14:47:59 +0100 |
Chris Cannam |
Merge from debug-output branch
|
Mon, 16 May 2011 17:19:09 +0100 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
Wed, 11 May 2011 11:04:35 +0100 |
Chris Cannam |
Provide option for WavFileWriter to write directly to target file, rather than always using a temporary; make use of it in WritableWaveFileModel so we can read from target file without having to close it first
|
Tue, 29 Mar 2011 17:30:23 +0100 |
Chris Cannam |
* Add TempWriteFile abstraction, use it when exporting audio to avoid clobbering existing file before export is complete
|
Mon, 01 Oct 2007 13:48:38 +0000 |
Chris Cannam |
* Change WaveFileModel API from getValues(start,end) to getData(start,count).
|
Fri, 17 Nov 2006 16:27:39 +0000 |
Chris Cannam |
* Update copyright notes as appropriate.
|
Tue, 03 Oct 2006 10:06:37 +0000 |
Chris Cannam |
* Restructure WavFileWriter a bit to permit writing from raw data as well as
|
Mon, 31 Jul 2006 11:49:58 +0000 |
Chris Cannam |
* Reorganising code base. This revision will not compile.
|