summaryrefslogtreecommitdiffstats
path: root/scripts/audioplot.py
AgeCommit message (Collapse)Author
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 ```
2016-05-05small refactorMax Linke
2016-05-05fix for one file with one columnMax Linke
The script expected to be handed csv files with several columns. This adjusts the data when only one column was given.
2016-05-05use min-func instead of ternary operatorMax Linke
2015-04-21Include diff_plots into audioplot.pyMax Linke
2015-04-20Refactor Audioplot to be more comprehensibleMax Linke
The CLI interface now has a nice help text explaining what the script is supposed to do and the actual plotting function now leverages numpy (a dependency of matplotlib).
2015-04-19Merge branch 'enginebuffertest' into enginebuffertest2Owen Williams
2015-04-19Make testing properly stereo-basedOwen Williams
2015-04-19Add diffing toolOwen Williams
2015-04-17remove stray debug printOwen Williams
2015-04-17Move e2e testing into enginemaster, allowing for testing of larger signal pathsOwen Williams