-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from JarodMica/version_3
Update to v3
- Loading branch information
Showing
6 changed files
with
18 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,7 @@ __pycache__/ | |
venv/ | ||
audiobooks/ | ||
output/ | ||
.vscode/ | ||
tortoise_api/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,2 @@ | ||
---- Test 1 ---- | ||
This is a simple test. It should work without any issues. | ||
-- Expected Output -- | ||
["This is a simple test.", "It should work without any issues."] | ||
|
||
---- Test 2 ---- | ||
Although I went to the store, I forgot to buy milk. Next time, I’ll make a list. | ||
-- Expected Output -- | ||
["Although I went to the store, I forgot to buy milk.", "Next time, I’ll make a list."] | ||
|
||
---- Test 3 ---- | ||
Hello World!! What's happening?? #excited. | ||
-- Expected Output -- | ||
["Hello World!!", "What's happening??", "#excited."] | ||
|
||
---- Test 4 ---- | ||
This is a weird case.. It happens sometimes.. | ||
-- Expected Output -- | ||
["This is a weird case.", "It happens sometimes."] | ||
|
||
---- Test 5 ---- | ||
I went to the store, bought milk. Then, went to the park, enjoyed the day. | ||
-- Expected Output -- | ||
["I went to the store, bought milk.", "Then, went to the park, enjoyed the day."] | ||
|
||
---- Test 6 ---- | ||
|
||
-- Expected Output -- | ||
[] | ||
|
||
---- Test 7 ---- | ||
###!!! | ||
-- Expected Output -- | ||
[] | ||
|
||
---- Test 8 ---- | ||
This is a test. | ||
|
||
....?????## | ||
$$%^#$@ | ||
!@#$!@%% | ||
@@@ | ||
!! | ||
... | ||
....////\\][[]] | ||
|
||
It should return two sentences. | ||
-- Expected Output -- | ||
["This is a test.", "It should return two sentences."] | ||
|
||
---- Test 9 ---- | ||
Although I went to the store, | ||
I forgot to buy milk. | ||
Next time, I’ll make a list. | ||
-- Expected Output -- | ||
["Although I went to the store, I forgot to buy milk.", "Next time, I’ll make a list."] | ||
|
||
---- Test 10 ---- | ||
Is this real?? Or #fantasy... Caught in a landslide, no escape... | ||
-- Expected Output -- | ||
["Is this real??", "Or #fantasy.", "Caught in a landslide, no escape..."] | ||
These are the 5 BEST open source text to speech softwares that I've come across over the past year. | ||
This here is just a quick sample of my voice with a british accent, and this is how I actually sound. |
This file was deleted.
Oops, something went wrong.