Mercurial > hg > svapp
log audio/AudioCallbackPlaySource.h @ 722:b06b18c15fd4 spectrogram-export
age | author | description |
---|---|---|
Fri, 05 Jul 2019 15:35:11 +0100 | Chris Cannam | Update for removal of (public) getId from Model by-id |
Tue, 02 Jul 2019 21:10:25 +0100 | Chris Cannam | Overhaul audio generator for ModelById by-id |
Mon, 26 Nov 2018 13:53:26 +0000 | Chris Cannam | Use override throughout fix-static-analysis |
Thu, 01 Mar 2018 18:02:22 +0000 | Chris Cannam | Untabify |
Wed, 11 Jan 2017 17:46:37 +0000 | Chris Cannam | Fix flickery level meters 3.0-integration |
Wed, 04 Jan 2017 16:03:12 +0000 | Chris Cannam | Wire up record monitoring 3.0-integration |
Wed, 04 Jan 2017 11:48:03 +0000 | Chris Cannam | Fix race condition in first-time recording, where adding the recording wave model would prompt the audio play source to note that its channel count had increased (from 0 to, say, 2) and thus to cause the audio device to be reopened, stopping recording. Fix is to make this only happen if channel count increases beyond that of the device, which shouldn't happen in the recording case 3.0-integration |