Feat: customize settings before transcribing (#699)
* transcribe with language * avoid using .en model to transcribe un-English audio * save lanuage in transcription/audio/video * may select language when regenerate transcription * may select service when re-generate * refactor transcription form * refactor transcription create form * refactor media loading modal * display ipa per language * refactor ipa mappings * parse subtitle files
This commit is contained in:
@@ -260,7 +260,9 @@ export class Client {
|
||||
return this.api.post("/api/transcriptions", decamelizeKeys(transcription));
|
||||
}
|
||||
|
||||
syncSegment(segment: Partial<Omit<SegmentType, "audio" | "video">>) {
|
||||
syncSegment(
|
||||
segment: Partial<Omit<SegmentType, "audio" | "video" | "target">>
|
||||
) {
|
||||
return this.api.post("/api/segments", decamelizeKeys(segment));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user