Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rybandrei2014 committed Sep 21, 2020
1 parent b4a605a commit af48c8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@
## 1.2.0
### Added
- unit tests for prop, io, operation, effect namespaces

## 1.3.0
### Changed
- 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
### Added
- tests for dsp.model and dsp.interop namespaces
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject dragoon/cljdub-dsp "1.2.0"
(defproject dragoon/cljdub-dsp "1.3.0"
:description "Sound processing library that allows usage of pydub library's functionality in Clojure as well as provides interface for interaction between pydub and TarsosDSP libraries"
:url "https://github.com/dragoon000320/cljdub-dsp"
:license {:name "Eclipse Public License 2.0"
Expand Down

0 comments on commit af48c8f

Please sign in to comment.