summaryrefslogtreecommitdiffstats
path: root/src/audio
AgeCommit message (Expand)Author
2021-06-20Add constexpr getters to basic audio typesUwe Klotz
2021-05-24Added valueFromInt() and valueFromLayout()Daniel Schürmann
2021-05-23check value rancge when converting channel count from intDaniel Schürmann
2021-05-22Fix "warning: comparison of unsigned expression >= 0 is always true"Daniel Schürmann
2021-05-19Use fixed-size integer types for audio stream propertiesUwe Klotz
2021-03-10SeratoBeatGrid: Use more accurate frames2secsFractional functionJan Holthuis
2021-03-10SeratoBeatGrid: Fix handling of subsample positionsJan Holthuis
2021-02-01Remove SampleLayoutDaniel Schürmann
2021-02-01Remove unused OptionalSampleLayoutDaniel Schürmann
2021-01-31Add missing metatype registrationsUwe Klotz
2021-01-31Use Q_MOVABLE_TYPE instead of Q_PRIMITIVE_TYPE for std::optionalUwe Klotz
2021-01-31Remove unused sample layout property from SignalInfoUwe Klotz
2021-01-14Fix SignalInfo::isValid()Uwe Klotz
2020-10-09audio/types: Add SampleRate::fromDouble() conversion functionJan Holthuis
2020-09-25audio/types: Use const reference in SampleRate::operator=()Jan Holthuis
2020-09-25audio/types: Add operator= overload for SampleRateJan Holthuis
2020-09-04Fix TODO by renaming the property declaration macroUwe Klotz
2020-04-08Delete error prone and ambiguous legacy sample conversion funcsUwe Klotz
2020-04-06Add remarks about frame boundary alignment requirementUwe Klotz
2020-04-06Replace template integer frame/sample counts with SINTUwe Klotz
2020-04-06Remove unused template declarationUwe Klotz
2020-04-06Avoid string conversion for debug formattingUwe Klotz
2020-04-04Add typedefs for value_tUwe Klotz
2020-04-02Clarify function usage commentsUwe Klotz
2020-03-30Improve documentation of basic audio typesUwe Klotz
2020-03-30Add samples/frames/seconds/milliseconds conversion functionsUwe Klotz
2020-03-30Fix wrong channel count for dual mono layoutUwe Klotz
2020-03-30Add types for properties of PCM audio signals and streamsUwe Klotz