summaryrefslogtreecommitdiff
path: root/libs/ardour/srcfilesource.cc
AgeCommit message (Collapse)Author
2020-02-21centralize determination of "read-audio-data-in-reverse" and fix seek ↵Paul Davis
"shift" offset There is still a bug related to "shift" that causes a playback discontinuity
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-08-13fix live resampling (auditioning, embedded src)Robin Gareus
2015-08-13clarify variable nameRobin Gareus
TODO: use a central shared location for this, and Do not allow disk_read_chunk_frames/set_disk_write_chunk_frames to exceed it.
2015-08-13fix resampling (auditioning)Robin Gareus
2015-04-20add a pure virtual FileSource::close() method so that FileSource::set_path() ↵Paul Davis
can ensure we no longer have a handle open
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ↵Paul Davis
reading. Write chunk size should remain unchanged from before.
2014-01-18towards a SRC source + resampling during auditionRobin Gareus