This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can ATVV enable SR3's Audio module instead of SR3 enables it?

Hi, we recently using audio with ATVV service instead of HID service. As we notice, Audio would enable by SR3 itself in ATVV service if we push the key, but not in HID service that SR3 has to wait master device to send command to enable audio.

That cause a little problem if trying to use Youtube voice searching, because we have to push down a key to activate audio, the Google assistance will be called and cover Youtube voice searching. 

Can we change the way of enabling audio from active to passive just like in HID service but still in ATVV service? Does ATVV support audio enabling?

Thanks.

  

Parents Reply
  • Hi,

    Sorry. 

    I was wrong, in original SDK, Push Android TV voice command key couldn't make Google assistant pop out but only enable Audio. 

    In SDK, google assistant only be referenced by GOOGLE_VOICE_SHORTCUT_KEY, but it never works so I replace this shortcut key to a new key to send HID command (0x0c,0x221)directly,which can activate Google assistant and also be Android TV voice command key. 

    Conclusion:

    1. Why GOOGLE_VOICE_SHORTCUT_KEY doesn't work?   

    HID_USAGE(0x07, 0xE0)
    HID_USAGE(0x07, 0xE1)
    HID_USAGE(0x07, 0x37)

    2. Now I try original SDK and have to click Google search/Youtube search button on the screen and suddenly push Android TV voice command key,if you are not quick enough to push voice command key, the speech-to-text function will be unresponsive.

      

     

Children
Related