Commit Graph

141 Commits

Author SHA1 Message Date
c893e2165e Enable no-prototype-builtins lint 2023-12-02 12:10:31 -05:00
a91694ebbc Change audio format check 2023-12-02 18:41:54 +02:00
b023312117 Enable no-useless-escape lint 2023-12-02 10:32:26 -05:00
9204a31d32 Enable no-self-assign lint 2023-12-02 10:32:07 -05:00
c05aee8e72 Enable no-unsafe-negation lint
This actually fixes a bug--the old code was negating "audioData.type"
2023-12-02 10:32:07 -05:00
16527710b3 Make less obtrusive 2023-11-28 19:24:26 +02:00
a1098a4f31 Merge branch 'staging' into silerott-add-session-handling 2023-11-28 18:25:31 +02:00
f809d80ba2 Improve XTTS text processing 2023-11-28 16:56:50 +02:00
ffc4f22012 Add provider-specific TTS processing: XTTS - replace ellipsis, Novel - remove tildes. 2023-11-27 13:25:49 +02:00
fbc72085f8 Hindi Support for XTTS 2023-11-24 20:16:49 +03:00
f802fe1797 Fix xtts separator 2023-11-22 17:47:58 +02:00
bcad0d4e51 add XTTS 2023-11-21 13:16:56 +03:00
1dc1b926c4 Fix TTS issues with streaming 2023-11-19 16:56:12 +02:00
323b338cdd Add images to quiet prompts if inlining enabled 2023-11-17 01:30:32 +02:00
6f061adc1e Add OpenAI TTS provider 2023-11-12 02:28:03 +02:00
1f89e5a02a Merge branch 'release' into staging 2023-11-09 23:30:12 +02:00
f2a96427a8 TTS: add slash command to speak 2023-11-09 02:57:40 +02:00
ca1c0e35b1 TTS: force speak on first message in new chat 2023-11-09 01:30:54 +02:00
4f0935c494 better deep clone of message object. re-initalize ttsLastMessage after changing chats 2023-11-08 19:08:42 +01:00
91266c831c fix tts re-trigger for complete/autocomplete/delete
fix re-trigger tts from start if text was added to chat by auto-continue
fix re-trigger tts from start if text was added by continue button
fix re-trigger of tts when message(s) got deleted
2023-11-08 16:40:47 +01:00
3346420527 fix api endpoint to match the current definition 2023-10-29 19:58:02 +01:00
b46f89b345 add missing session handling to silerotts 2023-10-29 17:18:21 +01:00
df85218fa7 Merge branch 'release' into staging 2023-10-23 00:27:15 +03:00
5b2fff07b8 Fix race condition duplicates TTS UI if autoload chat enabled 2023-10-22 08:54:25 -07:00
0517f1bbbc Fix elevenlabs multi-model 2023-10-22 14:46:54 +03:00
f49f9c1f96 Merge branch 'release' into staging 2023-10-22 14:01:33 +03:00
348805af74 Fix TTS autogen chkbox set by elevenlabs multilingual setting 2023-10-21 22:33:28 -07:00
421cda2ef0 Move RVC plugin to external repository 2023-10-15 17:27:11 +03:00
0033090a93 Idle Response / Continuous Generation (#1132)
* Initial idle stuff

* Much closer, can now quietly send as user to get a char response.

* Tweaks

* Better, reset the count of getting a message back, don't send while prompt is waiting.

* Allow selecting who is being prompted

* Comments and cleaup

* Remove char name for the moment (needs something here probably)

* Add random time period and "Always add character's name to prompt" respect

* Tooltips

* Load/unload listeners

* Reduce log spam

* Add inline prompt inclusion

* Add full loud prompting

* Comments

* Fix instruct newline (I think)

* Don't reset count on continue

* add quietToLoud for script.js

* add quietToLoud for slashcommands.js

* Keep instruct directives

* Removed some logging, don't do the Novel formatting if Q2L

* Logspam begone.

* Removed a bit more logging

* Add alignment style

* Reformat files. Add comments

* Reorder extensions

* Fix repeat logic to prompt once then only repeat the number specified

* Make repeat count more clear

---------

Co-authored-by: RossAscends <124905043+RossAscends@users.noreply.github.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2023-09-17 22:00:10 +03:00
d34f7d3e1a Replace multigen with auto-continue 2023-09-15 21:34:41 +03:00
599904d589 Move NovelAI endpoints to separate file 2023-09-15 17:54:13 +03:00
09fc42a787 Lock extensions display order in top and context menus 2023-09-13 01:40:01 +03:00
bbed147ce5 Clean up browser logs 2023-09-05 18:23:24 +03:00
0888cff254 Fix TTS speaking with disabled voice 2023-09-04 14:21:22 +03:00
6d2caf94bf TTS: Avoid default voice selector display itself 2023-09-03 23:38:34 +08:00
f91e1dfd86 TTS: Set character default voice from disabled to default (#1077)
## Features and improvements
- TTS Extension
  - Set character default voice from `disabled` to `DEFAULT_VOICE_MARKER`
  - Add `DEFAULT_VOICE_MARKER` option for all characters
  - Set default `DEFAULT_VOICE_MARKER` voice as `disabled`

## Related issues
- #1077
2023-09-03 01:27:54 +08:00
79dcfa6c51 #1077 Add ability to set default voice 2023-09-01 17:58:33 +03:00
78bfbb09f6 Add option to enable user message narration 2023-08-29 15:27:22 +03:00
5acb7402b9 Merge branch 'ouoertheo/tts-ui-voicemap' of https://github.com/ouoertheo/SillyTavern into ouoertheo/tts-ui-voicemap 2023-08-28 21:58:49 +03:00
ac78d51d59 Change all TTS providers loading to async 2023-08-28 21:58:46 +03:00
b51511b99f Fixed Novel custom voices not saving 2023-08-28 21:46:41 +03:00
42a8907547 Merge branch 'ouoertheo/tts-ui-voicemap' of https://github.com/ouoertheo/SillyTavern into ouoertheo/tts-ui-voicemap 2023-08-27 20:52:54 -05:00
d8843274b1 merge voicemap to settings rather than overwrite 2023-08-27 20:47:44 -05:00
3ae7a6741f Merge branch 'staging' into ouoertheo/tts-ui-voicemap 2023-08-26 11:44:58 -05:00
765751aae0 fix voice map, name changes, add readme 2023-08-25 22:52:55 -05:00
b3a4787db6 name changes 2023-08-25 22:52:26 -05:00
d03af9b41d name updates, complete custom voices 2023-08-25 22:51:58 -05:00
1417aa12f1 fix bug with function call context 2023-08-25 08:51:35 -05:00
3ab9aee195 elevenlabs connect button 2023-08-25 08:45:37 -05:00
44cd4287cb coqui voices, change how provider settings save 2023-08-25 08:27:43 -05:00