You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The microphone_nextjs example concatenates the transcribed parts as a endless growing text block without line breaks and renders it to a <p> element.
I am trying to reproduce the same functionality as presented in the radio demo on your website, where each finalized sentence is pushed into a new <div> element.
Can you share some insight on how to accomplish this ?
Many Thanks