Hello!
I’m creating a demo app that performs various operations on audio files. I’ve been trying out the new st.audio_input feature and most of the time it seems to work fine. However, if the length/size of the audio recording exceeds some limit (I don’t know what the limit is), then when I stop the recording, it fails on certain sections of the code.
I’m just wondering if there’s a known limit before there’s a memory issue or something. I can’t find much documentation on the audio_input feature, so any info is better than what I have.
Thanks!