summaryrefslogtreecommitdiffstats
path: root/src/sources/audiosourcestereoproxy.cpp
AgeCommit message (Expand)Author
2021-05-23check value rancge when converting channel count from intDaniel Schürmann
2021-01-31Remove unused sample layout property from SignalInfoUwe Klotz
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-01Rename isPartOf() to isSubrangeOf()Daniel Schürmann
2020-10-26Introduce IndexRange::isPartOf()Daniel Schürmann
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2019-10-04Adjust (inaccurate) audio stream length during read operationsUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2017-11-25Add a utility function to reduce nesting of member function callsUwe Klotz
2017-11-25Use "length" for both slices and rangesUwe Klotz
2017-11-19Improve API and documentation of Readable-/WritableSampleFramesUwe Klotz
2017-11-06Programmatic distinction between ChannelLayout and ChannelCountUwe Klotz
2017-11-06Hide more implementation details from the public AudioSource APIUwe Klotz
2017-11-06Remove ability to 'skip' from public AudioSource APIUwe Klotz
2017-11-06Fix wrong assertionUwe Klotz
2017-11-06Move common functionality from AudioSource into base classUwe Klotz
2017-11-06Introduce next abstraction level of the AudioSource APIUwe Klotz
2017-11-06Optimize and test conversion mono -> stereoUwe Klotz
2017-11-06Change naming of IndexRange members to avoid misunderstandingsUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz