@@ -2,7 +2,6 @@
|
||||
Communicate package.
|
||||
"""
|
||||
|
||||
|
||||
import json
|
||||
import re
|
||||
import ssl
|
||||
@@ -152,7 +151,9 @@ def split_text_by_byte_length(
|
||||
yield new_text
|
||||
|
||||
|
||||
def mkssml(text: Union[str, bytes], voice: str, rate: str, volume: str, pitch: str) -> str:
|
||||
def mkssml(
|
||||
text: Union[str, bytes], voice: str, rate: str, volume: str, pitch: str
|
||||
) -> str:
|
||||
"""
|
||||
Creates a SSML string from the given parameters.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user