AssemblyAI / assemblyai-node-sdk

The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, audio intelligence models, as well as the latest LeMUR models.
https://www.assemblyai.com
MIT License
38 stars 11 forks source link

start and end time not working #70

Open espitman opened 1 week ago

espitman commented 1 week ago

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