Skip to content

Commit 33ff142

Browse files
staging-devin-ai-integration[bot]streamkit-devinstreamer45
authored
chore(marketplace): regenerate official-plugins.json for aac-encoder (#267)
* chore(marketplace): regenerate official-plugins.json for aac-encoder Signed-off-by: StreamKit Devin <devin@streamkit.dev> Co-Authored-By: Claudio Costa <cstcld91@gmail.com> * fix(marketplace): strip trailing newline from aac-encoder description Signed-off-by: StreamKit Devin <devin@streamkit.dev> Co-Authored-By: Claudio Costa <cstcld91@gmail.com> --------- Signed-off-by: StreamKit Devin <devin@streamkit.dev> Co-authored-by: StreamKit Devin <devin@streamkit.dev> Co-authored-by: Claudio Costa <cstcld91@gmail.com>
1 parent 8e118a3 commit 33ff142

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

marketplace/official-plugins.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"plugins": [
3+
{
4+
"id": "aac-encoder",
5+
"name": "AAC Encoder",
6+
"version": "0.1.0",
7+
"node_kind": "aac_encoder",
8+
"kind": "native",
9+
"entrypoint": "libaac_encoder.so",
10+
"artifact": "target/plugins/release/libaac_encoder.so",
11+
"description": "AAC-LC audio encoder using FDK AAC (Fraunhofer). Accepts 48 kHz mono or stereo f32 PCM audio, outputs AAC-LC encoded stereo frames. Mono input is automatically upmixed. Requires libfdk-aac.so.2 at runtime.",
12+
"license": "MPL-2.0",
13+
"homepage": "https://github.com/streamer45/streamkit"
14+
},
315
{
416
"id": "helsinki",
517
"name": "Helsinki",

plugins/native/aac-encoder/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_kind: aac_encoder
99
kind: native
1010
entrypoint: libaac_encoder.so
1111
artifact: target/plugins/release/libaac_encoder.so
12-
description: >
12+
description: >-
1313
AAC-LC audio encoder using FDK AAC (Fraunhofer).
1414
Accepts 48 kHz mono or stereo f32 PCM audio, outputs AAC-LC encoded
1515
stereo frames. Mono input is automatically upmixed.

0 commit comments

Comments
 (0)