Hi guys,
What is the recommended approach for creating audio files and adding them to st.audio component? Do I simply write them out using a Python file handle before adding, or is there another way? The filehandle approach works, but I am concerned about how this will work in a cloud setting with concurrent users?
TIA,
Vladimir