How to access microphone input and voice recognition on WebOS TV

Share information and tips or post questions regarHello, I am currently developing a web application that runs on a WebOS TV (2024). I want to be able to retrieve information from the remote control, particularly the microphone input. Voice transcription can be done using window.SpeechRecognition || window.webkitSpeechRecognition, or with an LG tool. Could you please explain how to receive this information and how to configure my appinfo.json or which events to listen to?ding Web app development.

webOS TV supports voice input by default. When you click the voice button on the Virtual Keyboard or Magic Remote, the TV processes your voice and returns the value to the text input area. Therefore, no additional implementation is required. Thank you.

On webOS TV 2024, direct access to the microphone input from the remote is not available in a web app. The TV manages voice input itself and typically provides only the spoken words as text to the application. You may try using the Web Speech API if it is supported, or rely on the TV’s built in voice system. In both cases, the app will receive only the transcribed text, not the raw audio.