Fully implement CLAP audio processing

This commit is contained in:
Robbert van der Helm
2022-10-03 01:30:36 +02:00
parent 80b224fcbd
commit 7ccf54a77c
4 changed files with 98 additions and 19 deletions
+1
View File
@@ -9,6 +9,7 @@ Yabridge currently tracks CLAP 1.1.1. The implementation status for CLAP's core
| core feature | status |
| ----------------------------------------- | ------------------------------------------------------ |
| Core plugin and host functionality | :warning: Everything but actual audio processing works |
| Audio processing | :heavy_check_mark: |
| Events | :heavy_check_mark: |
| Streams | :heavy_check_mark: |
| `clap.plugin-factory` | :heavy_check_mark: |