* removed extra "." from output filepath
* refactor
- clip class
- wrappers - moved clip specific functions to Clip class
- added enums
- added more tests for good command and bad command
* added typing to clip and split refresh clips logic
* avoided deepcopy
* added new feature - add labels to clips
* created a wrapper for tests to compare between files
* refactored and broke to smaller functions
* improved logs to print calling function name
* removed extra print output
* added macos tests
* attempt to install audacity with reinstall
* fixed windows install command
* check pipe existence for unix
* run in debug mode
* added flush for macos
* random stuff to fix ci
* random stuff
* removed newline read
* wait for audacity to start in ci
* silenced useless make output and run in info mode
* updated cli and docs
* re-added check for missing pipes on unix