export function shouldApplyNormalLyricKaraokeEffect(enableWordByWordLyric: boolean, isCurrentLine: boolean, isPlainTextLyric: boolean): boolean { return enableWordByWordLyric && isCurrentLine && !isPlainTextLyric }