The Pa_StopStream function doesn't completely turn off the microphone.
IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.
Briefly summarize your issue:
Calling the Pa_StopStream function through the InteractionManager::microphoneToggle function does not completely turn off the microphone.
What is the expected behavior?
I want the mic to be completely off.
What behavior are you observing?
My device has a led directly connected to the microphone. I want this led to turn off when I call the Pa_StopStream function.
Provide the steps to reproduce the issue, if applicable:
call InteractionManager::microphoneToggle function
Tell us about your environment:
It is a remote control based on embedded linux os. chip : rockchip rk3326 64bit
What version of the AVS Device SDK are you using?
<3.0.0>
Tell us what hardware you're using:
- [ ] Desktop / Laptop
- [ ] Raspberry Pi
- [o] Other - tell us more: Remote Controller
Tell us about your OS (Type & version):
- [o] Linux
- [ ] MacOS
- [ ] Raspbian Stretch
- [ ] Raspbian Jessy
- [ ] Other - tell us more:
Hi @jjanggoond , Thank you for bringing this issue to our attention. Controlling Microphone and peripheral (LED in this case) should be platform-specific. I believe the vendor BSP (rockchip rk3326 as you mentioned) should provide the implementation. Thanks,