log audioio/AudioPortAudioTarget.cpp @ 436:72c662fe7ea3 cxx11

age author description
Tue, 10 Mar 2015 17:02:52 +0000 Chris Cannam Further dedicated-types fixes cxx11
Wed, 18 Jun 2014 17:33:00 +0100 Chris Cannam Fix signed/unsigned tonioni
Tue, 17 Jun 2014 16:23:06 +0100 Chris Cannam Remove size_t's, fix compiler warnings warnfix_no_size_t
Tue, 26 Nov 2013 14:12:50 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Tue, 11 Oct 2011 11:16:38 +0100 Chris Cannam Merge from the default branch integration_library
Mon, 10 Oct 2011 17:31:30 +0100 mathieub m_bufferSize = 2048 in AudioPortAudioTarget.cpp integration_library
Wed, 28 Sep 2011 13:28:54 +0100 Chris Cannam Reduce PortAudio suggested latency. No idea whether this will really help
Tue, 14 Jun 2011 15:27:12 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:40 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 15 Jul 2010 15:25:59 +0000 Chris Cannam * Some debug, turn off PulseAudio autospawn
Mon, 21 Sep 2009 12:46:20 +0000 Chris Cannam * Set scheduling priority for PortAudio on POSIX systems if possible
Fri, 14 Aug 2009 14:01:09 +0000 Chris Cannam * Fix crash on exit on win32. This was caused by incorrectly using fftw_free()
Mon, 07 Jul 2008 16:49:53 +0000 Chris Cannam * Reduce time stretcher to one channel when overload occurs
Fri, 09 May 2008 15:39:42 +0000 Chris Cannam * Remove PAv18 support, change PORTAUDIO to PORTAUDIO_2_0 throughout as
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig