summaryrefslogtreecommitdiffstats
path: root/src/sources/v1/legacyaudiosource.h
AgeCommit message (Collapse)Author
2019-05-14Auto-format src/sourcesUwe Klotz
2018-04-06Typo fixes luzpaz
+ User facing typos + trivial source comment typos + superflous double whitespace issues + found redundant comment typo Found using `codespell -q 3 --skip="./build/wix/Localization,./res/translations,./lib" -I ../mixxx-whitelist.txt` where the contents of the whitelist were: ``` iff freee substract ```
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
...even if should actually be called "sample frame rate".
2017-11-06Introduce next abstraction level of the AudioSource APIUwe Klotz
2017-11-06Migrate SoundSources to the new v2 APIUwe Klotz