Skip to content

Latest commit

 

History

History

file-transcription-nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AssemblyAI Realtime Example

This example will transcribe any local .wav audio file in realtime and then save the final result to a text file. While streaming the file, the console will display the partial text fragments that are sent back in realtime from the Realtime API websocket connection.
To read more about this API see here

To begin run the following commands:

  • npm install
  • npm start
Built with Node v18.8.0
Note: This demonstration is designed to exemplify the most basic use case of the AssemblyAI realtime API and is not appropriate for a production enviroment.