karaoke lines vertical

This commit is contained in:
2026-02-24 11:36:19 +01:00
parent c25e15a914
commit 5bdf268ebf
3 changed files with 206 additions and 9 deletions
+8 -2
View File
@@ -999,13 +999,19 @@ const RecordPlayback = ({ route }) => {
position: 'absolute',
left: 0,
right: 0,
bottom: bottom + 180,
top: top + 90,
paddingHorizontal: gutters,
}}
>
<CreateLyricsHeader>
{isRecording && alignedWords.length > 0 ? (
<KaraokeLyrics alignedWords={alignedWords} currentTimeS={pos} />
<KaraokeLyrics
alignedWords={alignedWords}
currentTimeS={pos}
mode="teleprompter"
teleprompterLines={6}
teleprompterAnchorLine={1}
/>
) : (
<Text
style={{