Almost-Senseless-Tech / Voskle-Live-Transcribe-Android

A simple, accessible and offline real-time transcription app for Android.
Apache License 2.0
5 stars 0 forks source link

Change separator of transcription results #21

Closed Almost-Senseless-Coder closed 6 months ago

Almost-Senseless-Coder commented 6 months ago

Whenever a result event gets fired, a newline character (\\n) gets inserted. Since the transcript text input natively supports word wrapping, this wastes space and potentially confuses readers of the transcript.

Inserting a period followed by a space (.) seems to be a better solution.

The implication is that all code checking for newline characters as separators needs to get changed, too.