node-red-contrib-tts-ultimate 3.0.4 → 3.0.7
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 +20 -10
- package/README.md +434 -92
- package/package.json +5 -7
- package/ttsultimate/ttsultimate-config.html +88 -124
- package/ttsultimate/ttsultimate-config.js +87 -5
- package/ttsultimate/ttsultimate.html +46 -32
- package/ttsultimate/ttsultimate.js +46 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,22 @@
|
|
|
1
|
-

|
|
1
|
+

|
|
2
2
|
|
|
3
|
-
[](https://www.paypal.me/techtoday)
|
|
3
|
+
[](https://www.paypal.me/techtoday)
|
|
4
4
|
|
|
5
|
+
<b>Version 3.0.7</b> March 2026<br/>
|
|
6
|
+
|
|
7
|
+
- CHORE: fixed some issues with voice.ai.<br/>
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
<p>
|
|
11
|
+
<b>Version 3.0.6</b> March 2026<br/>
|
|
12
|
+
- Fix: Voice.ai voice list parsing (now shows all available voices).<br/>
|
|
13
|
+
- Change: removed legacy/removed engines (Polly/Azure) from the config UI and docs.<br/>
|
|
14
|
+
</p>
|
|
15
|
+
|
|
16
|
+
<p>
|
|
17
|
+
<b>Version 3.0.5</b> March 2026<br/>
|
|
18
|
+
- NEW: Voice.ai TTS engine.<br/>
|
|
19
|
+
</p>
|
|
5
20
|
|
|
6
21
|
<p>
|
|
7
22
|
<b>Version 3.0.4</b> January 2026<br/>
|
|
@@ -24,10 +39,8 @@
|
|
|
24
39
|
- NEW: Added option to avoid resuming music if it was playing before TTS messages.<br/>
|
|
25
40
|
</p>
|
|
26
41
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
42
|
+
---
|
|
43
|
+
|
|
31
44
|
<p>
|
|
32
45
|
<b>Version 2.0.10</b> November 2024<br/>
|
|
33
46
|
- ElevenLabs V2: now you can set the additional parameters for the voice.<br/>
|
|
@@ -311,19 +324,16 @@
|
|
|
311
324
|
|
|
312
325
|
# CHANGELOG BELOW COMES FROM OLD SONOSPOLLYTTS NODE
|
|
313
326
|
|
|
314
|
-
>
|
|
315
|
-
> ***UPDATE PATH FROM SONOSPOLLYTTS TO TTS-ULTIMATE***
|
|
327
|
+
> **_UPDATE PATH FROM SONOSPOLLYTTS TO TTS-ULTIMATE_**
|
|
316
328
|
>
|
|
317
329
|
> Supergiovane takes care about your brain and your time.<br/>
|
|
318
330
|
> Install TTS-Ultimate. Both SonosPollyTTS and TTS-Ultimate can cohexist.<br/>
|
|
319
331
|
> Then just delete your old SonosPollyTTS nodes and replace it with TTS-Ultimate nodes.<br/>
|
|
320
332
|
> The cache will remain the same. Your own audio files and hailing files won't be touched. You'll find it again in TTS-Ultimate<br/>
|
|
321
|
-
>
|
|
322
333
|
|
|
323
334
|
<br/>
|
|
324
335
|
<br/>
|
|
325
336
|
|
|
326
|
-
|
|
327
337
|
<p>
|
|
328
338
|
<b>Version 2.0.5</b> December 2020<br/>
|
|
329
339
|
- FIX: if you pass a numeric value as payload, the node thows an error in the status and the payload is not handled.</br>
|