Skip to content

Commit 8ef9486

Browse files
psobotjoerick
andauthored
Add pedalboard to projects.yml. (#1781)
* Add `pedalboard` to projects.yml. * Update projects.yml --------- Co-authored-by: Joe Rickerby <[email protected]>
1 parent 2a7fef0 commit 8ef9486

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/data/projects.yml

+12
Original file line numberDiff line numberDiff line change
@@ -645,3 +645,15 @@
645645
os: [linux, apple]
646646
pypi: keyvi
647647
notes: FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime
648+
649+
- name: pedalboard
650+
gh: spotify/pedalboard
651+
ci: [github]
652+
os: [windows, linux, apple]
653+
pypi: pedalboard
654+
notes: >
655+
A Python library for working with audio data and audio plugins
656+
by wrapping the [JUCE](https://github.com/juce-framework/JUCE/)
657+
C++ framework. Uses cibuildwheel to deploy on as many operating
658+
systems and Python versions as possible with only one dependency
659+
(any NumPy).

0 commit comments

Comments
 (0)