Closed Saeki-M closed 3 years ago
The related API called pullAudioFrame
has not been implemented for Python at this point. Sorry for the inconvenience!
By the way, I wonder how urgent is your requirement to process real-time audio raw data?
We are in the process of adding AudioFrameObserver
to Python SDK.
Great News! I am trying to do real time audio processing, and would like the audio stream.
@Saeki-M @wchr-aun @50Bytes-dev
AudioFrameObserver has been supported. Please re-install the SDK via pip uninstall agora-python-sdk && pip install agora-python-sdk==3.1.2.10
.
The VideoFrameObserver is supported for real time image processing, but is there a way to process the audio in real time?