Connecting and storing text transcripts of user audio inputs into sqlite database [closed]

I want to implement a functionality in my application that would allow users to record and send their audio inputs,
I want to make transcripts of the inputs of the user (2 ways figured out , either using javascript or using AssemblyAI API), I needed help regarding storing the transcripts in the database .
Please guide me through this .

I want to make transcripts of the inputs of the user (2 ways figured out , either using javascript or using AssemblyAI API), I needed help regarding storing the transcripts in the database .

  • 1

    StackOverflow is not intended to be a tutorial site. There are lots of examples showing how to store strings in an SQLite database.

    – 

Leave a Comment