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:
co-authored by
Joe Rickerby
parent
2a7fef07db
commit
8ef9486aab
@@ -645,3 +645,15 @@
|
|||||||
os: [linux, apple]
|
os: [linux, apple]
|
||||||
pypi: keyvi
|
pypi: keyvi
|
||||||
notes: FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime
|
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).
|
||||||
|
|||||||
Reference in New Issue
Block a user