Gerrit F.

Results 1 comments of Gerrit F.

Using `newline="\n"` in `with open(...) as file:` fixed the issue on my windows device. It seems to be a Linux/windows problem. https://stackoverflow.com/questions/9184107/how-can-i-force-pythons-file-write-to-use-the-same-newline-format-in-windows line 31 in [async subtitle example](https://github.com/rany2/edge-tts/blob/master/examples/streaming_with_subtitles.py) should be...