diff options
| author | historia <historiavg@proton.me> | 2026-08-16 05:33:27 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-16 05:33:27 -0400 |
| commit | eec56832f5e193806ea388631eaad8c129eb7519 (patch) | |
| tree | 4cfb443cbe214bad3cfd63eff13b8cda1de1fd96 | |
| parent | 2aa61120f6b1691211d724b7603caea14641a6be (diff) | |
| download | tts-audiobook-generator-eec56832f5e193806ea388631eaad8c129eb7519.tar.gz | |
initial commit
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | audiobooks/.gitkeep | 0 | ||||
| -rw-r--r-- | audiobooks/test.mp3 | bin | 396716 -> 0 bytes | |||
| -rw-r--r-- | audiobooks/test_0.8.mp3 | bin | 495404 -> 0 bytes | |||
| -rw-r--r-- | book_to_convert/.gitkeep | 0 |
5 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ voices/ chunks/ cache/ logs/ +audiobooks/* +!audiobooks/.gitkeep +book_to_convert/* +!book_to_convert/.gitkeep # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/audiobooks/.gitkeep b/audiobooks/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/audiobooks/.gitkeep diff --git a/audiobooks/test.mp3 b/audiobooks/test.mp3 Binary files differdeleted file mode 100644 index ffaeed6..0000000 --- a/audiobooks/test.mp3 +++ /dev/null diff --git a/audiobooks/test_0.8.mp3 b/audiobooks/test_0.8.mp3 Binary files differdeleted file mode 100644 index d867139..0000000 --- a/audiobooks/test_0.8.mp3 +++ /dev/null diff --git a/book_to_convert/.gitkeep b/book_to_convert/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/book_to_convert/.gitkeep |
