Jason Cameron
149db53ff0
Update TTS/openai_tts.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
Jason Cameron
4fb135264c
Update TTS/openai_tts.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
Jason Cameron
e8aab816ff
Update TTS/openai_tts.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
Jason Cameron
6439cd6278
Update TTS/openai_tts.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
github-actions
2ed5aa6f21
fixup: Format Python code with Black
9 months ago
Jason Cameron
00a3c1bafe
Merge pull request #2268 from bnfone/master
...
[new feature] OpenAI TTS API
9 months ago
bnfone
0aa18eaf54
feature: OpenAI TTS API - requested changes
...
feature: OpenAI TTS API - formatting & requested changes (see https://github.com/elebumm/RedditVideoMakerBot/pull/2268 )
9 months ago
bnfone
e137dbb40d
adding OpenAI TTS API Option
...
This allows users to configure OpenAI TTS API to generate voice for their videos, which might be a cheaper option than ElevenLabs (especially if one runs KokoroTTS localy [which has a similar API structure like OpenAI and is fully compatible])
9 months ago
github-actions
ccfb665463
fixup: Format Python code with Black
11 months ago
Jason Cameron
656b72faaf
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# TTS/engine_wrapper.py
11 months ago
Jason Cameron
ed20928974
chore: reformat
...
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
11 months ago
github-actions
7ebea11608
fixup: Format Python code with Black
11 months ago
Jason Cameron
943814150c
feat: Update moviepy to 2.0 (develop)
...
Update moviepy to 2.0 and other dependencies.
- Updated moviepy to 2.1.2.
- Updated other dependencies such as Pillow, torch, boto3,
botocore, playwright, and elevenlabs.
- Replaced `volumex` with `MultiplyVolume`.
- Replaced `make_frame` with `frame_function`.
- Removed verbose and logger arguments where deprecated.
- Used `subclipped` instead of `subclip`.
- Changed video processing to use context manager to open
video files, addressing ffmpeg issues.
- Removed unused variable `idy`.
- Renamed `id` variable to `thread_id` for clarity.
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
11 months ago
Jason Cameron
005cf37ad0
Merge branch 'develop' into fix_tts_random_voice
11 months ago
tkhmielnitzky
20640fd562
Add optional random_voice parameter to run method
11 months ago
Rodrigo
d483d85834
Fixed GTTS argument error 'random_voice'
1 year ago
RequieMa
484e0d7fb5
Add a dummy random_voice variable function run() in GTTS.py
1 year ago
RequieMa
0f98d422ae
Update elevenlabs.py
...
Change voice_name to name since it seems that elevenlabs changed the attribute name
1 year ago
github-actions
53db79ab29
fixup: Format Python code with Black
2 years ago
Jason
9e60d83580
Fmt using black & isort
2 years ago
Jason
adf1e78413
Update elevenlabs to 1.0
2 years ago
github-actions
31312a30d4
fixup: Format Python code with Black
2 years ago
Cyteon
64f2322ba0
Git merge conflict was not actually resolved
2 years ago
cyteon
bc0abb6136
Merge conflict fix
2 years ago
Kristian
903081fca3
Revert "meme support"
...
This reverts commit b508f2af73 .
2 years ago
Kristian
d42ff50a35
meme support
2 years ago
github-actions
bbf5a8265d
fixup: Format Python code with Black
2 years ago
Jason
35fac14447
fix: fixed the GUI
...
chore: reformatted and optimized imports.
Co-authored-by: Jan Tumpa <jtumpa@gmail.com>
2 years ago
Jason Cameron
c704929b2f
Update streamlabs_polly.py
...
Fixes issues with git
2 years ago
Kristian
410f442976
Revert "meme support"
...
This reverts commit b508f2af73 .
2 years ago
Kristian
b508f2af73
meme support
2 years ago
Basti
8166668989
streamlabspolly_fix.py
...
fixes the streamlabspolly error:
Error occurred calling Streamlabs Polly
2 years ago
dieperdev
49ddc36b44
Update streamlabs_polly.py
2 years ago
github-actions
425286fe90
fixup: Format Python code with Black
2 years ago
Jason
ed97ae4ebb
fix: fixed the GUI
...
chore: reformatted and optimized imports.
Co-authored-by: Jan Tumpa <jtumpa@gmail.com>
2 years ago
Simon
fef94989b6
Merge pull request #1719 from rsley/master
...
Fix translators
2 years ago
Rafael Soley R
a2ca82c67b
Fix translators
3 years ago
github-actions
7dd8b2a3e8
fixup: Format Python code with Black
3 years ago
Simon
0ea74e43f1
Version 3.2
...
The RedditVideoMakerBot has been updated to version 3.2, bringing exciting new features and bug fixes. Introducing **ElevenLabs TTS** for high-quality audio. Enjoy **background audio** and **random voices per comment**. Run the bot with one click using the **bat file**. Use the **zoom setting** for bigger text. Bug fixes include video downloader improvements, random story mode fix, updated dependencies, code optimizations, text size adjustments, enhanced Reddit credentials validation, and translator fixes. Enjoy the new features and **thanks to all contributors**!
3 years ago
Syed Aman Raza
0a1ba17d0e
Merge branch 'develop' into dev
3 years ago
electro199
3dcb36f23b
Merge branch 'dev' of https://github.com/electro199/RedditVideoMakerBot into dev
3 years ago
Simon
bb65d2f6cd
Update TTS/engine_wrapper.py
3 years ago
electro199
8b73e1ecb5
more minor change
3 years ago
Simon
cab5359e08
Reformat
3 years ago
Simon
53ab45bba9
Merge branch 'develop' into elevenlabs
3 years ago
Simon
f7bc316bfc
Merge pull request #1578 from liamb13/zoom
...
Adds zoom function
3 years ago
Simon
655c507010
Couple of fixes including translators fix
3 years ago
Simon
19b44b1302
Add random_voice
3 years ago
electro199
4a83cd0f6f
better err handle and run.bat
3 years ago
electro199
7486e04b26
Merge branch 'develop' of https://github.com/elebumm/RedditVideoMakerBot into dev
3 years ago