- interface for pydub functionality
- interface for TarsosDSP functionality
- interface for interoperation between pydub and TarsosDSP
- unit tests for util namespace
- redundant !nil?->, doto-when from util namespace
- better implementation for doto-for macro
- redundant code from util_test
- HOTFIX: implementation of doto-for macro
- HOTFIX: implementation of doto-for macro
- HOTFIX: pre condition for ->ChunkedBufferWriter
- small refactor of example/main.clj
- unit tests for prop, io, operation, effect namespaces
- use other fork of TarsosDSP library - com.github.dragoon000320/tarsosdsp
- fixed tests for util namespace - util_test.clj
- disable zeroPadLastBuffer on AudioDispatcher in apply-processors-gen
- tests for dsp.model and dsp.interop namespaces
- tests for dsp.result and dsp.processor namespaces
- reference TarsosTranscoder fork from maven central instead of local .jar
- fixed .gitignore to ignore calva related files
- from-bytes - create AudioSegment from bytes (array of uint8)
- small refactor of from-byte-string to accept keyed args
- small refactor of tests
- fixed tests in io-test and prop-test namespaces