Hello everyone! I hope I am doing things correctly so that this message will post (it’s my first one) …
I have developed and deployed an app that will analyze very short (.10 seconds) audio recordings using pyaudio. The app works great on my computer but I was very dismayed to learn this evening that the app will not work out in the real world because streamlit does not allow pyaudio to access remote microphones. I have been investigating some of the excellent third-party apps available to the streamlit community that provide a viable workaround to pyaudio, but I don’t see that any of them would allow me to set the length of the recording at all, let alone to such a short duration. Would someone be able to steer me in the right direction? Thanks and all the best to everyone! William