2018-10-09 |
Chris Cannam |
This should be on SVCERR
zoom
|
2018-03-01 |
Chris Cannam |
Untabify
|
2017-01-11 |
Chris Cannam |
Fix flickery level meters
3.0-integration
|
2017-01-04 |
Chris Cannam |
Wire up record monitoring
3.0-integration
|
2017-01-04 |
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
|
2016-12-17 |
Chris Cannam |
A useful simplification in rate handling: don't reset to 0 when last model goes
levelpanwidget
|
2016-12-14 |
Chris Cannam |
Debug changes
3.0-integration
|
2016-12-14 |
Chris Cannam |
When returning the frame that we have filled to, avoid accidentally reducing the frame number (making it appear we are less filled than we really are) when we had intended to round it up to the full requested amount. Fixes some unexpected double-playback in non-looping play-selection mode.
3.0-integration
|
2016-12-13 |
Chris Cannam |
Handle increases in the overall channel count by closing and reopening the audio device.
3.0-integration
|
2016-12-12 |
Chris Cannam |
Remove unused signal
3.0-integration
|
2016-12-09 |
Chris Cannam |
Fix compiler warnings
3.0-integration
|
2016-12-09 |
Chris Cannam |
Fixes to sample rate and latency handling
bqresample
|
2016-12-09 |
Chris Cannam |
Some fixes to sample rate management
bqresample
|
2016-12-07 |
Chris Cannam |
Add a ResamplerWrapper
bqresample
|
2016-12-07 |
Chris Cannam |
Merge from branch 3.0-integration
bqresample
|
2016-12-06 |
Chris Cannam |
Update for bqaudioio changes
3.0-integration
|
2016-12-05 |
Chris Cannam |
Start pruning other resampler logic than bqresample
bqresample
|
2016-12-05 |
Chris Cannam |
Start pruning other resampler logic than bqresample
3.0-integration
|
2016-12-05 |
Chris Cannam |
Remove resampler quality option (#1760)
3.0-integration
|
2016-11-30 |
Chris Cannam |
Delete audio I/O objects in a fixed order
3.0-integration
|
2015-10-14 |
Chris Cannam |
Remove more debug
tony-2.0-integration
|
2015-10-14 |
Chris Cannam |
Trim suspend/resume calls
tony-2.0-integration
|
2015-10-14 |
Chris Cannam |
Remake SR converter when adding a model, if necessary; remove crap converter to simplify
3.0-integration
|
2015-09-22 |
Chris Cannam |
Fix suspending/resuming audio device; it wasn't suspending when playback reached the end, only when the user stopped explicitly
recording
|
2015-08-05 |
Chris Cannam |
Fix very long delay on seeking during playback (caused by Pulse driver using max length as block size)
3.0-integration
|
2015-08-05 |
Chris Cannam |
Avoid playing repeated buffer while re-seeking
3.0-integration
|
2015-08-04 |
Chris Cannam |
Initial work toward switching to bqaudioio library (so as to get I/O, not just O)
bqaudioio
base
audioio/AudioCallbackPlaySource.cpp@4b8656ec2886
|