Closed chainyo closed 1 year ago
This PR:
asr_type
transcription_endpoint
diarization_endpoint
ASRTranscriptionOnly
only_transcription
ASRDiarizationOnly
only_diarization
Word
faster-whisper
TranscribeService
read_audio
Fixes #259 and #260
This PR:
asr_type
transcription_endpoint
anddiarization_endpoint
ASRTranscriptionOnly
for theonly_transcription
asr type.ASRDiarizationOnly
for theonly_diarization
asr type.Word
model to use the one fromfaster-whisper
.TranscribeService
to handle audio formatted as TensorShare object for remote execution case.read_audio
method to raise a ValueError if the input type is not matched.Fixes #259 and #260