A Clojure sound processing library that utilizes JNA libpython bindings library to enable usage of pydub library's functionality in Clojure. Also provides easy interface for interaction between TarsosDSP library and pydub libraries.
-
install python 3.7, pip
-
install python dependencies
pip3 install -r requirements.txt
- add dependency to the project.clj
Code snippets about library usage are provided in example folder
It is an open-source project so contributions are welcomed.
Copyright © 2020 Andrei Rybin
Distributed under the Eclipse Public License 2.0