AgoraIO-Community / Agora-Electron-Quickstart

Quickstart for Agora Electron SDK(Windows/macOS) https://github.com/AgoraIO/Electron-SDK
71 stars 36 forks source link

Audio Indicator Test #52

Closed silarvaibhav closed 3 years ago

silarvaibhav commented 4 years ago

On electron, is there any provision in Agora to create visual audio indicator test for mic testing. Since we do not have access to audio stream we are not able to create visual sine wave. startEchoTestWithInterval in Agora Electron API doen not work as it doesnt return stream.

We need to create a visualizer for user mic testing. Any pointer will be appreciated

Thanks

plutoless commented 4 years ago

@silarvaibhav use enableAudioVolumeIndication and audioVolumeIndication callback for volume to display visual wave.

silarvaibhav commented 3 years ago

Thanks.