Fix: handle echogarden align error (#620)
* may re-generate when "no matching voice found" * may regenerate if the original text has not-matching voice * specify language to avoid "no matching voice found"
This commit is contained in:
@@ -66,7 +66,10 @@ type MediaPlayerContextType = {
|
||||
pitchChart: Chart;
|
||||
// Transcription
|
||||
transcription: TranscriptionType;
|
||||
generateTranscription: (text?: string) => void;
|
||||
generateTranscription: (params?: {
|
||||
originalText?: string;
|
||||
language?: string;
|
||||
}) => void;
|
||||
transcribing: boolean;
|
||||
transcribingProgress: number;
|
||||
transcriptionDraft: TranscriptionType["result"];
|
||||
|
||||
Reference in New Issue
Block a user