Skip to content

Commit

Permalink
Add pedalboard to projects.yml. (#1781)
Browse files Browse the repository at this point in the history
* Add `pedalboard` to projects.yml.

* Update projects.yml

---------

Co-authored-by: Joe Rickerby <joerick@mac.com>
  • Loading branch information
psobot and joerick authored Mar 11, 2024
1 parent 2a7fef0 commit 8ef9486
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 8ef9486

Please sign in to comment.