new: add adjustable break between phrases in playback settings

This commit is contained in:
2026-07-03 18:09:02 +02:00
parent b6e7a6a665
commit ea7dfe6470
18 changed files with 440 additions and 117 deletions
@@ -4,5 +4,6 @@ enum class PlaybackState {
IDLE,
PLAYING,
PAUSED,
BREAKING,
ENDED,
}