summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/srcfilesource.h
AgeCommit message (Collapse)Author
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
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-04-20add a pure virtual FileSource::close() method so that FileSource::set_path() ↵Paul Davis
can ensure we no longer have a handle open
2014-01-20add required virtual method for SrcFileSourcePaul Davis
2014-01-18towards a SRC source + resampling during auditionRobin Gareus