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.
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
}
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