streamlit-webrtc
streamlit-webrtc copied to clipboard
Use asyncio instead of threading in Processor
Threading is not intended to be used with asyncio. Processor class' async processing can be implemented with asyncio as Mixer class can be a reference.
If this is done, #365 may be resolved.