ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
441 B

  1. import { TranscriberFactory } from './transcriber-factory.js'
  2. import { engines } from './whisper/index.js'
  3. export * from './abstract-transcriber.js'
  4. export * from './transcript-file.js'
  5. export * from './subtitle.js'
  6. export * from './transcription-engine.js'
  7. export * from './transcription-model.js'
  8. export * from './transcription-run.js'
  9. export * from './whisper/index.js'
  10. export const transcriberFactory = new TranscriberFactory(engines)