Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

The Pa_StopStream function doesn't completely turn off the microphone. #2066

Open
6 tasks
jjanggoond opened this issue Dec 21, 2022 · 1 comment
Open
6 tasks

Comments

@jjanggoond
Copy link

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:
@watsocao
Copy link

watsocao commented Jan 5, 2023

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,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants