Refactor whisper config (#287)
* may use custom whisper exe * refactor whisper config code * display progress when using local whisper transcribe
This commit is contained in:
2
enjoy/src/types/enjoy-app.d.ts
vendored
2
enjoy/src/types/enjoy-app.d.ts
vendored
@@ -246,6 +246,8 @@ type EnjoyAppType = {
|
||||
findOrCreate: (params: any) => Promise<TranscriptionType>;
|
||||
process: (params: any, options: any) => Promise<void>;
|
||||
update: (id: string, params: any) => Promise<void>;
|
||||
onProgress: (callback: (event, progress: number) => void) => void;
|
||||
removeProgressListeners: () => Promise<void>;
|
||||
};
|
||||
waveforms: {
|
||||
find: (id: string) => Promise<WaveFormDataType>;
|
||||
|
||||
Reference in New Issue
Block a user