Add editorconfig

This commit is contained in:
SillyLossy
2023-06-04 12:40:36 +03:00
parent a707dd02ff
commit c9e1ced4f2
4 changed files with 23 additions and 12 deletions

View File

@@ -28,5 +28,5 @@ def generate_audio(text: str, voice: str) -> bytes:
for chunk in chunks:
buffer.write(chunk)
return buffer.getvalue()