assemblyai-node-sdk icon indicating copy to clipboard operation
assemblyai-node-sdk copied to clipboard

start and end time not working

Open espitman opened this issue 1 year ago • 0 comments

I set this params

const params = { audio: audioUrl, audio_start_from: 5699, // The start time of the transcription in milliseconds audio_end_at: 8597 // The end time of the transcription in milliseconds }

but the api return all the audio text

espitman avatar Nov 01 '24 09:11 espitman