speechflow 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/etc/claude.md +1 -1
- package/package.json +4 -4
- package/speechflow-cli/dst/speechflow-main-api.js.map +1 -1
- package/speechflow-cli/dst/speechflow-main-graph.js +4 -4
- package/speechflow-cli/dst/speechflow-main-graph.js.map +1 -1
- package/speechflow-cli/dst/speechflow-main.js +1 -1
- package/speechflow-cli/dst/speechflow-main.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-a2a-compressor.js +6 -6
- package/speechflow-cli/dst/speechflow-node-a2a-compressor.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-a2a-filler.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-a2a-mute.js +2 -2
- package/speechflow-cli/dst/speechflow-node-a2a-mute.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-a2a-rnnoise.js +1 -1
- package/speechflow-cli/dst/speechflow-node-a2t-amazon.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-a2t-google.js +8 -8
- package/speechflow-cli/dst/speechflow-node-a2t-google.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2a-elevenlabs.js +9 -9
- package/speechflow-cli/dst/speechflow-node-t2a-elevenlabs.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2a-google.js +3 -3
- package/speechflow-cli/dst/speechflow-node-t2a-google.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-amazon.js +4 -4
- package/speechflow-cli/dst/speechflow-node-t2t-amazon.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-deepl.js +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-deepl.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-format.js +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-format.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-google.js +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-google.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-modify.js +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-modify.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-opus.js +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-opus.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-subtitle.js +2 -2
- package/speechflow-cli/dst/speechflow-node-t2t-subtitle.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-t2t-summary.js +2 -2
- package/speechflow-cli/dst/speechflow-node-x2x-filter.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-xio-exec.js +2 -2
- package/speechflow-cli/dst/speechflow-node-xio-exec.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-xio-file.js +2 -2
- package/speechflow-cli/dst/speechflow-node-xio-file.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-xio-vban.js.map +1 -1
- package/speechflow-cli/dst/speechflow-node-xio-webrtc.js +1 -1
- package/speechflow-cli/dst/speechflow-util-audio.d.ts +1 -0
- package/speechflow-cli/dst/speechflow-util-audio.js +10 -3
- package/speechflow-cli/dst/speechflow-util-audio.js.map +1 -1
- package/speechflow-cli/dst/speechflow-util-queue.js.map +1 -1
- package/speechflow-cli/dst/speechflow-util-stream.js +4 -5
- package/speechflow-cli/dst/speechflow-util-stream.js.map +1 -1
- package/speechflow-cli/etc/eslint.mjs +1 -3
- package/speechflow-cli/etc/oxlint.jsonc +2 -1
- package/speechflow-cli/etc/stx.conf +0 -1
- package/speechflow-cli/package.json +10 -13
- package/speechflow-cli/src/lib.d.ts +5 -1
- package/speechflow-cli/src/speechflow-main-api.ts +4 -4
- package/speechflow-cli/src/speechflow-main-cli.ts +1 -1
- package/speechflow-cli/src/speechflow-main-graph.ts +16 -16
- package/speechflow-cli/src/speechflow-main-nodes.ts +1 -1
- package/speechflow-cli/src/speechflow-main-status.ts +2 -2
- package/speechflow-cli/src/speechflow-main.ts +1 -1
- package/speechflow-cli/src/speechflow-node-a2a-compressor-wt.ts +3 -3
- package/speechflow-cli/src/speechflow-node-a2a-compressor.ts +6 -6
- package/speechflow-cli/src/speechflow-node-a2a-expander-wt.ts +2 -2
- package/speechflow-cli/src/speechflow-node-a2a-filler.ts +4 -4
- package/speechflow-cli/src/speechflow-node-a2a-gender.ts +1 -1
- package/speechflow-cli/src/speechflow-node-a2a-mute.ts +2 -2
- package/speechflow-cli/src/speechflow-node-a2a-pitch.ts +1 -1
- package/speechflow-cli/src/speechflow-node-a2a-rnnoise-wt.ts +2 -2
- package/speechflow-cli/src/speechflow-node-a2a-rnnoise.ts +1 -1
- package/speechflow-cli/src/speechflow-node-a2t-amazon.ts +2 -2
- package/speechflow-cli/src/speechflow-node-a2t-google.ts +8 -8
- package/speechflow-cli/src/speechflow-node-t2a-elevenlabs.ts +9 -9
- package/speechflow-cli/src/speechflow-node-t2a-google.ts +3 -3
- package/speechflow-cli/src/speechflow-node-t2t-amazon.ts +4 -4
- package/speechflow-cli/src/speechflow-node-t2t-deepl.ts +1 -1
- package/speechflow-cli/src/speechflow-node-t2t-format.ts +1 -1
- package/speechflow-cli/src/speechflow-node-t2t-google.ts +2 -2
- package/speechflow-cli/src/speechflow-node-t2t-modify.ts +2 -2
- package/speechflow-cli/src/speechflow-node-t2t-opus.ts +1 -1
- package/speechflow-cli/src/speechflow-node-t2t-subtitle.ts +2 -2
- package/speechflow-cli/src/speechflow-node-t2t-summary.ts +2 -2
- package/speechflow-cli/src/speechflow-node-x2x-filter.ts +4 -4
- package/speechflow-cli/src/speechflow-node-xio-exec.ts +2 -2
- package/speechflow-cli/src/speechflow-node-xio-file.ts +2 -2
- package/speechflow-cli/src/speechflow-node-xio-vban.ts +4 -2
- package/speechflow-cli/src/speechflow-node-xio-webrtc.ts +1 -1
- package/speechflow-cli/src/speechflow-util-audio.ts +11 -3
- package/speechflow-cli/src/speechflow-util-stream.ts +4 -5
- package/speechflow-ui-db/dst/index.js +14 -14
- package/speechflow-ui-db/etc/oxlint.jsonc +137 -0
- package/speechflow-ui-db/etc/stx.conf +4 -3
- package/speechflow-ui-db/package.json +8 -5
- package/speechflow-ui-st/dst/index.js +32 -32
- package/speechflow-ui-st/etc/oxlint.jsonc +137 -0
- package/speechflow-ui-st/etc/stx.conf +4 -3
- package/speechflow-ui-st/package.json +8 -5
- package/speechflow-cli/dst/test.d.ts +0 -1
- package/speechflow-cli/dst/test.js +0 -18
- package/speechflow-cli/dst/test.js.map +0 -1
- package/speechflow-cli/etc/biome.jsonc +0 -46
- package/speechflow-ui-db/src/lib.d.ts +0 -9
- package/speechflow-ui-st/src/lib.d.ts +0 -9
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
/*
|
|
2
|
+
** SpeechFlow - Speech Processing Flow Graph
|
|
3
|
+
** Copyright (c) 2024-2025 Dr. Ralf S. Engelschall <rse@engelschall.com>
|
|
4
|
+
** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
{
|
|
8
|
+
"plugins": [
|
|
9
|
+
"typescript",
|
|
10
|
+
"unicorn",
|
|
11
|
+
"import",
|
|
12
|
+
"promise",
|
|
13
|
+
"oxc"
|
|
14
|
+
],
|
|
15
|
+
"categories": {
|
|
16
|
+
"correctness": "error",
|
|
17
|
+
"suspicious": "warn",
|
|
18
|
+
"pedantic": "warn",
|
|
19
|
+
"perf": "warn",
|
|
20
|
+
"style": "warn",
|
|
21
|
+
"restriction": "warn"
|
|
22
|
+
},
|
|
23
|
+
"rules": {
|
|
24
|
+
"array-type": "off",
|
|
25
|
+
"bad-bitwise-operator": "off",
|
|
26
|
+
"ban-types": "off",
|
|
27
|
+
"catch-error-name": "off",
|
|
28
|
+
"consistent-indexed-object-style": "off",
|
|
29
|
+
"consistent-type-definitions": "off",
|
|
30
|
+
"curly": "off",
|
|
31
|
+
"explicit-function-return-type": "off",
|
|
32
|
+
"explicit-length-check": "off",
|
|
33
|
+
"explicit-module-boundary-types": "off",
|
|
34
|
+
"exports-last": "off",
|
|
35
|
+
"func-names": "off",
|
|
36
|
+
"func-style": "off",
|
|
37
|
+
"group-exports": "off",
|
|
38
|
+
"id-length": "off",
|
|
39
|
+
"init-declarations": "off",
|
|
40
|
+
"max-classes-per-file": "off",
|
|
41
|
+
"max-dependencies": "off",
|
|
42
|
+
"max-depth": "off",
|
|
43
|
+
"max-lines": "off",
|
|
44
|
+
"max-lines-per-function": "off",
|
|
45
|
+
"max-params": "off",
|
|
46
|
+
"no-array-for-each": "off",
|
|
47
|
+
"no-async-await": "off",
|
|
48
|
+
"no-await-in-loop": "off",
|
|
49
|
+
"no-bitwise": "off",
|
|
50
|
+
"no-continue": "off",
|
|
51
|
+
"no-control-regex": "off",
|
|
52
|
+
"no-default-export": "off",
|
|
53
|
+
"no-dynamic-delete": "off",
|
|
54
|
+
"no-else-return": "off",
|
|
55
|
+
"no-empty-function": "off",
|
|
56
|
+
"no-empty-object-type": "off",
|
|
57
|
+
"no-explicit-any": "off",
|
|
58
|
+
"no-extraneous-class": "off",
|
|
59
|
+
"no-hex-escape": "off",
|
|
60
|
+
"no-labels": "off",
|
|
61
|
+
"no-magic-numbers": "off",
|
|
62
|
+
"no-minusminus": "off",
|
|
63
|
+
"no-named-as-default-member": "off",
|
|
64
|
+
"no-namespace": "off",
|
|
65
|
+
"no-negated-condition": "off",
|
|
66
|
+
"no-non-null-assertion": "off",
|
|
67
|
+
"no-null": "off",
|
|
68
|
+
"no-optional-chaining": "off",
|
|
69
|
+
"no-plusplus": "off",
|
|
70
|
+
"no-ternary": "off",
|
|
71
|
+
"no-this-alias": "off",
|
|
72
|
+
"no-this-assignment": "off",
|
|
73
|
+
"no-undefined": "off",
|
|
74
|
+
"no-unnecessary-type-constraint": "off",
|
|
75
|
+
"no-unused-vars": "off",
|
|
76
|
+
"no-void": "off",
|
|
77
|
+
"number-literal-case": "off",
|
|
78
|
+
"numeric-separators-style": "off",
|
|
79
|
+
"prefer-await-to-callbacks": "off",
|
|
80
|
+
"prefer-code-point": "off",
|
|
81
|
+
"prefer-default-export": "off",
|
|
82
|
+
"prefer-destructuring": "off",
|
|
83
|
+
"prefer-enum-initializers": "off",
|
|
84
|
+
"prefer-for-of": "off",
|
|
85
|
+
"prefer-function-type": "off",
|
|
86
|
+
"prefer-math-trunc": "off",
|
|
87
|
+
"prefer-optional-catch-binding": "off",
|
|
88
|
+
"prefer-string-raw": "off",
|
|
89
|
+
"prefer-string-replace-all": "off",
|
|
90
|
+
"prefer-string-slice": "off",
|
|
91
|
+
"prefer-template": "off",
|
|
92
|
+
"promise/avoid-new": "off",
|
|
93
|
+
"sort-imports": "off",
|
|
94
|
+
"sort-keys": "off",
|
|
95
|
+
"unicorn/prefer-spread": "off",
|
|
96
|
+
"unambiguous": "off",
|
|
97
|
+
"consistent-type-imports": "off",
|
|
98
|
+
"no-lonely-if": "off",
|
|
99
|
+
"require-await": "off",
|
|
100
|
+
"no-zero-fractions": "off",
|
|
101
|
+
"require-post-message-target-origin": "off",
|
|
102
|
+
"no-callback-in-promise": "off",
|
|
103
|
+
"prefer-await-to-then": "off",
|
|
104
|
+
"consistent-function-scoping": "off",
|
|
105
|
+
"no-nested-ternary": "off",
|
|
106
|
+
"unicorn/no-nested-ternary": "off",
|
|
107
|
+
"new-cap": "off",
|
|
108
|
+
"prefer-regexp-test": "off",
|
|
109
|
+
"no-named-as-default": "off",
|
|
110
|
+
"no-return-wrap": "off",
|
|
111
|
+
"consistent-type-specifier-style": "off",
|
|
112
|
+
"prefer-exponentiation-operator": "off",
|
|
113
|
+
"switch-case-braces": "off",
|
|
114
|
+
"prefer-event-target": "off",
|
|
115
|
+
"no-array-reduce": "off",
|
|
116
|
+
"no-rest-spread-properties": "off",
|
|
117
|
+
"always-return": "off",
|
|
118
|
+
"no-useless-promise-resolve-reject": "off",
|
|
119
|
+
"no-barrel-file": "off",
|
|
120
|
+
"no-process-exit": "off",
|
|
121
|
+
"no-cycle": "off",
|
|
122
|
+
"class-methods-use-this": "off",
|
|
123
|
+
"no-named-export": "off",
|
|
124
|
+
"prefer-at": "off",
|
|
125
|
+
"no-param-reassign": "off",
|
|
126
|
+
"prefer-top-level-await": "off",
|
|
127
|
+
"no-process-env": "off",
|
|
128
|
+
"no-warning-comments": "off",
|
|
129
|
+
"no-array-callback-reference": "off",
|
|
130
|
+
"capitalized-comments": "off",
|
|
131
|
+
"no-inline-comments": "off",
|
|
132
|
+
"max-statements": "off",
|
|
133
|
+
"no-console": "off",
|
|
134
|
+
"no-unassigned-import": "off"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
@@ -24,9 +24,10 @@ lint-watch
|
|
|
24
24
|
lint
|
|
25
25
|
check-dependencies && \
|
|
26
26
|
vue-tsc --project etc/tsc-client.json --noEmit && \
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
oxlint --config etc/oxlint.jsonc src/*.vue src/*.ts && \
|
|
28
|
+
eslint --config etc/eslint.mjs src/*.vue src/*.ts && \
|
|
29
|
+
stylelint --config etc/stylelint.yaml src/*.styl src/*.vue && \
|
|
30
|
+
htmllint --rc etc/htmllint.json src/*.html
|
|
30
31
|
|
|
31
32
|
# [speechflow-ui-st] build components for production
|
|
32
33
|
build
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"typopro-web": "4.2.8",
|
|
23
23
|
"@fortawesome/fontawesome-free": "7.1.0",
|
|
24
24
|
"patch-package": "8.0.1",
|
|
25
|
-
"@rse/stx": "1.1.
|
|
25
|
+
"@rse/stx": "1.1.4",
|
|
26
26
|
"animejs": "4.2.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"vite": "7.3.0",
|
|
30
|
-
"typescript-eslint": "8.50.
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "8.50.
|
|
32
|
-
"@typescript-eslint/parser": "8.50.
|
|
30
|
+
"typescript-eslint": "8.50.1",
|
|
31
|
+
"@typescript-eslint/eslint-plugin": "8.50.1",
|
|
32
|
+
"@typescript-eslint/parser": "8.50.1",
|
|
33
33
|
"@vitejs/plugin-vue": "6.0.3",
|
|
34
34
|
"@rollup/plugin-yaml": "4.1.2",
|
|
35
35
|
"vite-plugin-node-polyfills": "0.24.0",
|
|
@@ -45,6 +45,9 @@
|
|
|
45
45
|
"eslint-plugin-import": "2.32.0",
|
|
46
46
|
"eslint-plugin-vue": "10.6.2",
|
|
47
47
|
|
|
48
|
+
"oxlint": "1.35.0",
|
|
49
|
+
"eslint-plugin-oxlint": "1.35.0",
|
|
50
|
+
|
|
48
51
|
"htmllint": "0.8.0",
|
|
49
52
|
"htmllint-cli": "0.0.7",
|
|
50
53
|
|
|
@@ -60,7 +63,7 @@
|
|
|
60
63
|
"postcss-html": "1.8.0",
|
|
61
64
|
"stylus": "0.64.0",
|
|
62
65
|
"typescript": "5.9.3",
|
|
63
|
-
"vue-tsc": "3.1
|
|
66
|
+
"vue-tsc": "3.2.1",
|
|
64
67
|
"delay-cli": "3.0.0",
|
|
65
68
|
"cross-env": "10.1.0",
|
|
66
69
|
"serve": "14.2.5",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const speechflow_util_llm_ts_1 = require("./speechflow-util-llm.ts");
|
|
4
|
-
(async () => {
|
|
5
|
-
const llm = new speechflow_util_llm_ts_1.LLM({
|
|
6
|
-
provider: "anthropic",
|
|
7
|
-
key: ""
|
|
8
|
-
});
|
|
9
|
-
await llm.open();
|
|
10
|
-
const response = await llm.complete({
|
|
11
|
-
prompt: "What is 2+3?"
|
|
12
|
-
});
|
|
13
|
-
console.log(response);
|
|
14
|
-
await llm.close();
|
|
15
|
-
})().catch((err) => {
|
|
16
|
-
console.log("ERROR", err);
|
|
17
|
-
});
|
|
18
|
-
//# sourceMappingURL=test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test.js","sourceRoot":"","sources":["../src/test.ts"],"names":[],"mappings":";;AACA,qEAEC;AAAA,CAAC,KAAK,IAAI,EAAE;IACT,MAAM,GAAG,GAAG,IAAI,4BAAG,CAAC;QAChB,QAAQ,EAAE,WAAW;QACrB,GAAG,EAAE,EAAE;KACV,CAAC,CAAA;IACF,MAAM,GAAG,CAAC,IAAI,EAAE,CAAA;IAChB,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,QAAQ,CAAC;QAChC,MAAM,EAAE,cAAc;KACzB,CAAC,CAAA;IACF,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;IACrB,MAAM,GAAG,CAAC,KAAK,EAAE,CAAA;AACrB,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,GAAG,EAAE,EAAE;IACf,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,GAAG,CAAC,CAAA;AAC7B,CAAC,CAAC,CAAA"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
** SpeechFlow - Speech Processing Flow Graph
|
|
3
|
-
** Copyright (c) 2024-2025 Dr. Ralf S. Engelschall <rse@engelschall.com>
|
|
4
|
-
** Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
{
|
|
8
|
-
"root": false,
|
|
9
|
-
"formatter": {
|
|
10
|
-
"enabled": false
|
|
11
|
-
},
|
|
12
|
-
"assist": {
|
|
13
|
-
"actions": {
|
|
14
|
-
"source": {
|
|
15
|
-
"organizeImports": "off"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"linter": {
|
|
20
|
-
"enabled": true,
|
|
21
|
-
"rules": {
|
|
22
|
-
"style": {
|
|
23
|
-
"noNonNullAssertion": "off",
|
|
24
|
-
"useImportType": "off",
|
|
25
|
-
"noParameterAssign": "off",
|
|
26
|
-
"noUselessElse": "off",
|
|
27
|
-
"useExponentiationOperator": "off",
|
|
28
|
-
"useTemplate": "off"
|
|
29
|
-
},
|
|
30
|
-
"complexity": {
|
|
31
|
-
"noStaticOnlyClass": "off",
|
|
32
|
-
"noForEach": "off",
|
|
33
|
-
"noBannedTypes": "off"
|
|
34
|
-
},
|
|
35
|
-
"suspicious": {
|
|
36
|
-
"noExplicitAny": "off",
|
|
37
|
-
"noAssignInExpressions": "off"
|
|
38
|
-
},
|
|
39
|
-
"correctness": {
|
|
40
|
-
"useValidTypeof": "off",
|
|
41
|
-
"noUnusedFunctionParameters": "off"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|