Simon
5a8db46178
Bot can run multiple instances at the same time ( #1091 )
...
* Bot can run multiple instances at the same time
* Delete TTS/__pycache__ directory
* Delete video_creation/__pycache__ directory
* Delete videos.json
* Delete utils/__pycache__ directory
* Create videos.json
* Moved id to utils
* Added cleanup in shutdown and fixed bug
* Removed watermark todo and fixed it
* Delete final_video.py
* Update final_video.py
* Delete video.py
* Update video.py
* Delete id.py
* feat: meaningful error message for bad credentials
* chore: remove comment reference to .env
Co-authored-by: Callum Leslie <git@cleslie.uk>
2 years ago
Callum Leslie
66ec9b34d2
style: formatting
2 years ago
Jason
d1009ef098
Merge pull request #1049 from swoker/patch-3
...
prevent last comment being cut off in the middle
2 years ago
Jason
d809e4ad4d
Merge pull request #1092 from Supreme-hub/develop-pyttsx
...
Feature: Pyttsx
2 years ago
Supreme-hub
5d0172a463
fixed formatting changes
2 years ago
Supreme-hub
ca97087ac8
fixed formatting
2 years ago
Callum Leslie
9140af9c02
style: formatted with black
2 years ago
Supreme-hub
3da1debf83
added full pyttsx functionality
2 years ago
Supreme-hub
ae41127a91
fixed a error(self-made), added default values
2 years ago
Supreme-hub
6ca3223ca3
small mistake in voices.py
2 years ago
Supreme-hub
c5fda9d3fe
added pyttsx option
2 years ago
Josh Greenwood
7df0671b70
formatting
2 years ago
Josh Greenwood
53986c72ee
process text before all calls to call_tts
...
Process_text now called before call_tts to ensure it is called minimally while allowing for verification that text is not empty
2 years ago
Josh Greenwood
9065f563f1
improved efficiency of empty text check
2 years ago
Josh Greenwood
571c782021
process split text before checking if it is empty
2 years ago
Simon Woker
b0fa661624
prevent last comment being cut offin the middle
2 years ago
Simon Woker
1685b55e6c
add max_chars to GTTS, fixing #1036
2 years ago
Simon Woker
85beecae20
use correct max_chars for synchronous api call
2 years ago
Simon Woker
2f5b0ca490
fix AWS_Polly TTS max_chars
...
previously aws TTS did not read out comments correctly and only made weird sounds with super short mp3s. This fixes the problem and allows the full comment to be read.
2 years ago
Jason
45c8401589
fix: typo left in causing name error
2 years ago
Jason
035db66e28
Merge branch 'develop' into feat/watermark
2 years ago
Jason
420bac9a5a
fix: typo
...
reverted temp change
2 years ago
Jason
bc215f8b32
Stable implementation of the watermark
...
NOT DESIGNED FOR PRODUCTION USE
2 years ago
final
cbfdfc3ce7
Fixed video being too long error.
2 years ago
Jason
78ff605c42
everything works except for changes the location
2 years ago
Jason
2f3efb03a9
typo: fixed typo in engine_wrapper.py
2 years ago
Jason
359e9d8c21
fixed STREAMLABS_POLLY_VOICE typo
...
see 1d3410646d..3068cead0c (r915594390)
2 years ago
Callum Leslie
3068cead0c
fix: raise ValueErrors rather than return
2 years ago
Callum Leslie
c5c64a5e4b
fix: dont use blank text splits
2 years ago
Jason
a7c54f48e8
Improved AWS Polly eh
...
improved handling for errors like
like #929
2 years ago
Jason
2b0d66f451
added backup contingency
2 years ago
Jason
aeafb53da3
background audio implementation p2.
...
removed debug calls and testing rn
style: removed useless comment imports
2 years ago
Jason
c412155720
background audio implementation
2 years ago
Callum Leslie
a3e7b979f3
fix: regex splitter no longer skips newlines
2 years ago
Jason
b22e3f9828
fixes streamlabs_polly ratelimit
2 years ago
Jason
fc414b57b7
style: reformatted
2 years ago
Jason
9ae01b7c19
fixed merge conflicts and cleared up some old existing .env referances
...
chore: updated version num
style: improved IDE autocorrection support
chore: simplified the regex in func name_normalize
2 years ago
Callum Leslie
6a16c9f3e7
style: format with python-black
2 years ago
Callum Leslie
436266033e
refactor: tts engines now use toml config
2 years ago
Callum Leslie
c4da2fa55a
fix: close ALL clips when finished
2 years ago
Callum Leslie
10c20987e7
Merge pull request #836 from muhammedaksam/develop
...
Fixing legacy VOICE variables
2 years ago
Callum Leslie
8365121865
fix: close clip once finished
2 years ago
Callum Leslie
a335e67c8c
fix: stop broken typechecking
2 years ago
Muhammed Mustafa Akşam
ada9b69299
Fixing legacy VOICE variables
...
Fixing legacy VOICE variables that caused lot of issues if TTSCHOICE set to AWS_VOICE or STREAMLABS_VOICE
2 years ago
Callum Leslie
11de0fd324
fix: length checker works with new duration code
2 years ago
Jason
1c883e5ccd
fix: maybe fixed mutagen error using callums method
2 years ago
Callum Leslie
708016c583
fix: mutagen error - moved to moviepy duration
2 years ago
Jason
e950d47ddc
forgot to update vers
2 years ago
Jason
ce6a87aac2
fix: Fixed Mutagen error issue
...
style: made final_video.py cleaner
2 years ago
Jason
804967e5e4
refactor: refactored using black formatter.
...
cmd: black . --line-length 101
2 years ago