We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pedalboard
1 parent 2a7fef0 commit 8ef9486Copy full SHA for 8ef9486
docs/data/projects.yml
@@ -645,3 +645,15 @@
645
os: [linux, apple]
646
pypi: keyvi
647
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