Add pedalboard to projects.yml. (#1781)

* Add `pedalboard` to projects.yml.

* Update projects.yml

---------

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Peter Sobot
2024-03-10 21:33:47 -04:00
committed by GitHub
co-authored by Joe Rickerby
parent 2a7fef07db
commit 8ef9486aab
+12
View File
@@ -645,3 +645,15 @@
os: [linux, apple]
pypi: keyvi
notes: FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime
- name: pedalboard
gh: spotify/pedalboard
ci: [github]
os: [windows, linux, apple]
pypi: pedalboard
notes: >
A Python library for working with audio data and audio plugins
by wrapping the [JUCE](https://github.com/juce-framework/JUCE/)
C++ framework. Uses cibuildwheel to deploy on as many operating
systems and Python versions as possible with only one dependency
(any NumPy).