Update voice_create.py
Browse files- voice_create.py +1 -1
voice_create.py
CHANGED
|
@@ -49,8 +49,8 @@ def text_to_speech(input_file):
|
|
| 49 |
text = text.replace("p.m.", 'PM')
|
| 50 |
text = text.replace("U.S.", 'US')
|
| 51 |
text = text.replace("Mr.", 'Mister')
|
| 52 |
-
text = text.replace("Mrs.", 'Misiz')
|
| 53 |
text = text.replace("Ms.", 'Miz')
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
# テキスト内の改行を1sの間に変換
|
|
|
|
| 49 |
text = text.replace("p.m.", 'PM')
|
| 50 |
text = text.replace("U.S.", 'US')
|
| 51 |
text = text.replace("Mr.", 'Mister')
|
|
|
|
| 52 |
text = text.replace("Ms.", 'Miz')
|
| 53 |
+
text = text.replace("Mrs.", 'Misiz')
|
| 54 |
|
| 55 |
|
| 56 |
# テキスト内の改行を1sの間に変換
|