Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.32 KB

cljdub-dsp

Clojars Project

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.

Get started

  • install python 3.7, pip

  • install python dependencies

pip3 install -r requirements.txt
  • add dependency to the project.clj

Usage

Code snippets about library usage are provided in example folder

Contributions

It is an open-source project so contributions are welcomed.

Special Thanks To

License

Copyright © 2020 Andrei Rybin

Distributed under the Eclipse Public License 2.0