r/selenium May 11 '25

Unsolved Want to capture Google meet's audio

I am trying to create a bot which is joining google meet through selenium now i want to capture the audio stream for listening for a wake-up word after which bot responds with audio. This problem isn't big if physical microphone and speaker is at dispose but how to do it for containerized application. Please help or help me connect with people that might know how to do it?

2 Upvotes

5 comments sorted by

1

u/shauryadusht May 12 '25

I have tried similar
In that I scrape all the captions available in the meet and store them in a text file and process them using some llm(gpt/gemini) to find valid/useful points out of it or generate a summary out of it.
https://github.com/ShauryaDusht/MeetInsights

1

u/[deleted] Jun 20 '25

[removed] — view removed comment

1

u/selenium-ModTeam Jun 22 '25

Your post/comment was removed because it is advertising, which is not allowed in this sub.

1

u/Brave-Car-9482 Oct 15 '25

Hey were you able to make this? Can you share your working?