Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rybandrei2014/cljdub-dsp
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
https://github.com/rybandrei2014/cljdub-dsp
audio audio-processing clojure pydub sound soundprocessing tarsosdsp
Last synced: 2 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/rybandrei2014/cljdub-dsp
- Owner: rybandrei2014
- License: epl-2.0
- Created: 2020-09-09T16:22:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T20:23:01.000Z (over 3 years ago)
- Last Synced: 2024-10-13T10:21:24.492Z (about 1 month ago)
- Topics: audio, audio-processing, clojure, pydub, sound, soundprocessing, tarsosdsp
- Language: Clojure
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cljdub-dsp
[![Clojars Project](https://img.shields.io/clojars/v/dragoon/cljdub-dsp.svg)](https://clojars.org/dragoon/cljdub-dsp)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
```bash
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
* libpython-clj
* pydub
* TarsosTranscoder
* TarsosDSP
* tech.datatype## License
Copyright © 2020 Andrei Rybin
Distributed under the Eclipse Public License 2.0