diff options
| -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 |
