From 2829e896cec0ec6be9100f972369d59d60da7ba8 Mon Sep 17 00:00:00 2001 From: adrianmallettne-commits Date: Tue, 28 Apr 2026 12:27:57 +0100 Subject: [PATCH] =?UTF-8?q?Add=20d2=5Faudio=20plugin=20=E2=80=94=20D2=20Au?= =?UTF-8?q?dio=20Compression=20&=20Voice=20Authentication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/d2_audio/index.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/d2_audio/index.yaml diff --git a/plugins/d2_audio/index.yaml b/plugins/d2_audio/index.yaml new file mode 100644 index 0000000..b526f02 --- /dev/null +++ b/plugins/d2_audio/index.yaml @@ -0,0 +1,12 @@ +title: D2 Audio Compression & Voice Auth +description: >- + Compress audio to the D2 format (peak extraction + Bezier reconstruction) + and restore it to WAV. Includes D2 voice fingerprinting for lightweight + speaker authentication without cloud or ML dependencies. + Original research by Adrian Mallett (2021). +github: https://github.com/adrianmallettne-commits/d2_audio +tags: + - audio + - tools + - security + - research