maartenbreddels / ipywebrtc

WebRTC for Jupyter notebook/lab
MIT License
243 stars 40 forks source link

can I do real-time processing on the web audio stream? #99

Open jardnzm opened 3 years ago

jardnzm commented 3 years ago

Hi I noticed there are examples doing real time image processing from CameraStream. Is there a way to do a similar real time processing with AudioRecorder()? I would like to try some real time audio transcription based on it.