https://github.com/atsushieno/aap-lv2-dragonfly-reverb
experimental port of Dragonfly Reverb to Android Audio Plugin (AAP). Still not in the official listing (quite unusable).
https://github.com/atsushieno/aap-lv2-dragonfly-reverb
aap aap-lv2
Last synced: 3 months ago
JSON representation
experimental port of Dragonfly Reverb to Android Audio Plugin (AAP). Still not in the official listing (quite unusable).
- Host: GitHub
- URL: https://github.com/atsushieno/aap-lv2-dragonfly-reverb
- Owner: atsushieno
- Created: 2021-03-01T05:45:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T08:56:29.000Z (over 1 year ago)
- Last Synced: 2025-01-05T12:42:37.931Z (5 months ago)
- Topics: aap, aap-lv2
- Language: Kotlin
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aap-lv2-dragonfly-reverb: Dragonfly-Reverb ported to Audio Plugins For Android
It is a port of [Dragonfly-Reverb](https://github.com/michaelwillis/dragonfly-reverb) to [AAP](https://github.com/atsushieno/aap-core/). It is powered by LV2 using [aap-lv2](https://github.com/atsushieno/aap-lv2/).
## Building
`make` should take care of the builds. See [GitHub Actions script](.github/workflows/actions.yml) for further normative setup.
At this state, it downloads prebuilt dragonfly-reverb binaries from [android-native-audio-builders](https://github.com/atsushieno/android-native-audio-builders) release artifacts. We are not sure if we change that - DPF is not CMake ready.
## Licensing notice
aap-lv2-dragonfly-reverb codebase is distributed under the GPL v3 license.
LV2 (repository for the headers) is under the ISC license.
Dragonfly-Reverb is distributed under the GPL v3 license.
The entire plugin application bundles `androidaudioplugin-lv2` AAR module from `aap-lv2`, and `androidaudioplugin` AAR module, and is packaged into one application.