diff --git a/marketplace/official-plugins.json b/marketplace/official-plugins.json index 58d4e497..1c66b543 100644 --- a/marketplace/official-plugins.json +++ b/marketplace/official-plugins.json @@ -3,7 +3,7 @@ { "id": "aac-encoder", "name": "AAC Encoder", - "version": "0.1.0", + "version": "0.2.0", "node_kind": "aac_encoder", "kind": "native", "entrypoint": "libaac_encoder.so", @@ -15,7 +15,7 @@ { "id": "helsinki", "name": "Helsinki", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "helsinki", "kind": "native", "entrypoint": "libhelsinki.so", @@ -58,7 +58,7 @@ { "id": "kokoro", "name": "Kokoro", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "kokoro", "kind": "native", "entrypoint": "libkokoro.so", @@ -86,7 +86,7 @@ { "id": "matcha", "name": "Matcha", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "matcha", "kind": "native", "entrypoint": "libmatcha.so", @@ -118,7 +118,7 @@ { "id": "nllb", "name": "NLLB", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "nllb", "kind": "native", "entrypoint": "libnllb.so", @@ -146,7 +146,7 @@ { "id": "parakeet", "name": "Parakeet TDT", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "parakeet", "kind": "native", "entrypoint": "libparakeet.so", @@ -199,7 +199,7 @@ { "id": "piper", "name": "Piper", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "piper", "kind": "native", "entrypoint": "libpiper.so", @@ -242,7 +242,7 @@ { "id": "pocket-tts", "name": "Pocket TTS", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "pocket-tts", "kind": "native", "entrypoint": "libpocket_tts.so", @@ -270,7 +270,7 @@ { "id": "sensevoice", "name": "SenseVoice", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "sensevoice", "kind": "native", "entrypoint": "libsensevoice.so", @@ -324,7 +324,7 @@ { "id": "slint", "name": "Slint", - "version": "0.3.0", + "version": "0.4.0", "node_kind": "slint", "kind": "native", "entrypoint": "libslint.so", @@ -349,7 +349,7 @@ { "id": "supertonic", "name": "Supertonic", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "supertonic", "kind": "native", "entrypoint": "libsupertonic.so", @@ -377,7 +377,7 @@ { "id": "vad", "name": "VAD", - "version": "0.3.0", + "version": "0.4.0", "node_kind": "vad", "kind": "native", "entrypoint": "libvad.so", @@ -405,7 +405,7 @@ { "id": "whisper", "name": "Whisper", - "version": "0.2.0", + "version": "0.3.0", "node_kind": "whisper", "kind": "native", "entrypoint": "libwhisper.so", diff --git a/plugins/native/aac-encoder/Cargo.toml b/plugins/native/aac-encoder/Cargo.toml index b63c1f43..d3d61632 100644 --- a/plugins/native/aac-encoder/Cargo.toml +++ b/plugins/native/aac-encoder/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "aac-encoder-plugin-native" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/aac-encoder/plugin.yml b/plugins/native/aac-encoder/plugin.yml index 17ed1564..96fdda65 100644 --- a/plugins/native/aac-encoder/plugin.yml +++ b/plugins/native/aac-encoder/plugin.yml @@ -4,7 +4,7 @@ id: aac-encoder name: AAC Encoder -version: 0.1.0 +version: 0.2.0 node_kind: aac_encoder kind: native entrypoint: libaac_encoder.so diff --git a/plugins/native/helsinki/Cargo.toml b/plugins/native/helsinki/Cargo.toml index 013228e7..219bea4b 100644 --- a/plugins/native/helsinki/Cargo.toml +++ b/plugins/native/helsinki/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "helsinki-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" description = "Helsinki-NLP OPUS-MT translation plugin for StreamKit using Candle" diff --git a/plugins/native/helsinki/plugin.yml b/plugins/native/helsinki/plugin.yml index 886d6812..92fc92c6 100644 --- a/plugins/native/helsinki/plugin.yml +++ b/plugins/native/helsinki/plugin.yml @@ -1,6 +1,6 @@ id: helsinki name: Helsinki -version: 0.2.0 +version: 0.3.0 node_kind: helsinki kind: native entrypoint: libhelsinki.so diff --git a/plugins/native/kokoro/Cargo.toml b/plugins/native/kokoro/Cargo.toml index dea13b24..289c7c84 100644 --- a/plugins/native/kokoro/Cargo.toml +++ b/plugins/native/kokoro/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "kokoro-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/kokoro/plugin.yml b/plugins/native/kokoro/plugin.yml index fcdd2d89..778c3fe1 100644 --- a/plugins/native/kokoro/plugin.yml +++ b/plugins/native/kokoro/plugin.yml @@ -1,6 +1,6 @@ id: kokoro name: Kokoro -version: 0.2.0 +version: 0.3.0 node_kind: kokoro kind: native entrypoint: libkokoro.so diff --git a/plugins/native/matcha/Cargo.toml b/plugins/native/matcha/Cargo.toml index 6ec44e30..9c7229a9 100644 --- a/plugins/native/matcha/Cargo.toml +++ b/plugins/native/matcha/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "matcha-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/matcha/plugin.yml b/plugins/native/matcha/plugin.yml index 0277802d..765d2f8f 100644 --- a/plugins/native/matcha/plugin.yml +++ b/plugins/native/matcha/plugin.yml @@ -1,6 +1,6 @@ id: matcha name: Matcha -version: 0.2.0 +version: 0.3.0 node_kind: matcha kind: native entrypoint: libmatcha.so diff --git a/plugins/native/nllb/Cargo.toml b/plugins/native/nllb/Cargo.toml index c3cf5ccf..fea8e863 100644 --- a/plugins/native/nllb/Cargo.toml +++ b/plugins/native/nllb/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nllb-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/nllb/plugin.yml b/plugins/native/nllb/plugin.yml index 105c5203..e8a50a2b 100644 --- a/plugins/native/nllb/plugin.yml +++ b/plugins/native/nllb/plugin.yml @@ -1,6 +1,6 @@ id: nllb name: NLLB -version: 0.2.0 +version: 0.3.0 node_kind: nllb kind: native entrypoint: libnllb.so diff --git a/plugins/native/parakeet/Cargo.toml b/plugins/native/parakeet/Cargo.toml index 8bed9432..181d315c 100644 --- a/plugins/native/parakeet/Cargo.toml +++ b/plugins/native/parakeet/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "parakeet-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/parakeet/plugin.yml b/plugins/native/parakeet/plugin.yml index 8f957abb..0023a15d 100644 --- a/plugins/native/parakeet/plugin.yml +++ b/plugins/native/parakeet/plugin.yml @@ -1,6 +1,6 @@ id: parakeet name: Parakeet TDT -version: 0.2.0 +version: 0.3.0 node_kind: parakeet kind: native entrypoint: libparakeet.so diff --git a/plugins/native/piper/Cargo.toml b/plugins/native/piper/Cargo.toml index 9ee61219..61818899 100644 --- a/plugins/native/piper/Cargo.toml +++ b/plugins/native/piper/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "piper-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/piper/plugin.yml b/plugins/native/piper/plugin.yml index dc73378e..280f76fc 100644 --- a/plugins/native/piper/plugin.yml +++ b/plugins/native/piper/plugin.yml @@ -1,6 +1,6 @@ id: piper name: Piper -version: 0.2.0 +version: 0.3.0 node_kind: piper kind: native entrypoint: libpiper.so diff --git a/plugins/native/pocket-tts/Cargo.toml b/plugins/native/pocket-tts/Cargo.toml index a625dea4..f8309b21 100644 --- a/plugins/native/pocket-tts/Cargo.toml +++ b/plugins/native/pocket-tts/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "pocket-tts-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" description = "Pocket TTS text-to-speech plugin for StreamKit using Candle" diff --git a/plugins/native/pocket-tts/plugin.yml b/plugins/native/pocket-tts/plugin.yml index 6c04b186..0b885a30 100644 --- a/plugins/native/pocket-tts/plugin.yml +++ b/plugins/native/pocket-tts/plugin.yml @@ -1,6 +1,6 @@ id: pocket-tts name: Pocket TTS -version: 0.2.0 +version: 0.3.0 node_kind: pocket-tts kind: native entrypoint: libpocket_tts.so diff --git a/plugins/native/sensevoice/Cargo.toml b/plugins/native/sensevoice/Cargo.toml index 079f5cdb..4b74ba7e 100644 --- a/plugins/native/sensevoice/Cargo.toml +++ b/plugins/native/sensevoice/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "sensevoice-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/sensevoice/plugin.yml b/plugins/native/sensevoice/plugin.yml index f89f2014..0de62151 100644 --- a/plugins/native/sensevoice/plugin.yml +++ b/plugins/native/sensevoice/plugin.yml @@ -1,6 +1,6 @@ id: sensevoice name: SenseVoice -version: 0.2.0 +version: 0.3.0 node_kind: sensevoice kind: native entrypoint: libsensevoice.so diff --git a/plugins/native/slint/Cargo.toml b/plugins/native/slint/Cargo.toml index 84271656..1497e300 100644 --- a/plugins/native/slint/Cargo.toml +++ b/plugins/native/slint/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "slint-plugin-native" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/slint/plugin.yml b/plugins/native/slint/plugin.yml index 2b126a63..d94332ae 100644 --- a/plugins/native/slint/plugin.yml +++ b/plugins/native/slint/plugin.yml @@ -1,6 +1,6 @@ id: slint name: Slint -version: 0.3.0 +version: 0.4.0 node_kind: slint kind: native entrypoint: libslint.so diff --git a/plugins/native/supertonic/Cargo.toml b/plugins/native/supertonic/Cargo.toml index d92eaac9..7d63bbf0 100644 --- a/plugins/native/supertonic/Cargo.toml +++ b/plugins/native/supertonic/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "supertonic-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/supertonic/plugin.yml b/plugins/native/supertonic/plugin.yml index 7181787e..4606b5e6 100644 --- a/plugins/native/supertonic/plugin.yml +++ b/plugins/native/supertonic/plugin.yml @@ -1,6 +1,6 @@ id: supertonic name: Supertonic -version: 0.2.0 +version: 0.3.0 node_kind: supertonic kind: native entrypoint: libsupertonic.so diff --git a/plugins/native/vad/Cargo.toml b/plugins/native/vad/Cargo.toml index 82b67b1c..d94eda39 100644 --- a/plugins/native/vad/Cargo.toml +++ b/plugins/native/vad/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "vad-plugin-native" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/vad/plugin.yml b/plugins/native/vad/plugin.yml index 9e85e1c3..b95383c0 100644 --- a/plugins/native/vad/plugin.yml +++ b/plugins/native/vad/plugin.yml @@ -1,6 +1,6 @@ id: vad name: VAD -version: 0.3.0 +version: 0.4.0 node_kind: vad kind: native entrypoint: libvad.so diff --git a/plugins/native/whisper/Cargo.toml b/plugins/native/whisper/Cargo.toml index f02192c6..63011821 100644 --- a/plugins/native/whisper/Cargo.toml +++ b/plugins/native/whisper/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "whisper-plugin-native" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MPL-2.0" diff --git a/plugins/native/whisper/plugin.yml b/plugins/native/whisper/plugin.yml index 963aae4c..7d3a72c5 100644 --- a/plugins/native/whisper/plugin.yml +++ b/plugins/native/whisper/plugin.yml @@ -1,6 +1,6 @@ id: whisper name: Whisper -version: 0.2.0 +version: 0.3.0 node_kind: whisper kind: native entrypoint: libwhisper.so