AgoraIO-Community / Agora-Python-SDK

Use Agora RTC SDK with Python!
MIT License
69 stars 25 forks source link

Support for AudioFrameObserver #5

Closed Saeki-M closed 3 years ago

Saeki-M commented 3 years ago

The VideoFrameObserver is supported for real time image processing, but is there a way to process the audio in real time?

YiqingJackieHuang commented 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?

YiqingJackieHuang commented 3 years ago

We are in the process of adding AudioFrameObserver to Python SDK.

Saeki-M commented 3 years ago

Great News! I am trying to do real time audio processing, and would like the audio stream.

YiqingJackieHuang commented 3 years ago

@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.