Creating audio files

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

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