evandcoleman / node-appletv

A node module for interacting with an Apple TV (4th-generation or later) over the Media Remote Protocol.
https://evandcoleman.github.io/node-appletv/
MIT License
180 stars 48 forks source link

SendVoiceInputMessage usage #16

Open manu3b1 opened 5 years ago

manu3b1 commented 5 years ago

Hi, I would like to send Siri voice commands to AppleTV, which can be much more handy than buttons for controlling the UI (like launching an App or starting a Channel). I've seen that the SendVoiceInputMessage/AudioFormatSettings/AudioBuffer are already described which is great. Would be nice to get an interface at node-AppleTV level, by example, to send an audio file containing the voice command. Thx.

evandcoleman commented 5 years ago

This is something I was working on a while back. It's at the top of my list for new features!