Can someone recommend a reliable audio recorder that would work on streamlit

i’ve tried several python ones with no luck.
thank you

Hi @text2sql

Have you tried pyaudio, I made a tutorial showing the use of this in a Streamlit app for recording a user’s audio which then transcribes that to text via AssemblyAI.

The GitHub repo is at GitHub - dataprofessor/realtime-transcription

Hope this helps!

thank you. trying now, btw, the video is for google scholar search

Hi @text2sql

sorry, the GitHub repo must have linked to the wrong video, here is the correct one:

I am getting the error for base64 package
ERROR: Could not find a version that satisfies the requirement base64 (from versions: none)
ERROR: No matching distribution found for base64

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.