Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Amazon Echo cabinet integration  (Read 2646 times)

0 Members and 1 Guest are viewing this topic.

newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
Amazon Echo cabinet integration
« on: February 12, 2019, 11:57:45 am »
As sparked by a discussion in an unrelated thread, I'm contemplating ways to integrate Alexa control of an arcade cabinet or RetroPie setup. Turning a cabinet on or off via Alexa is fairly straight forward if the device can handle being directly unplugged, slightly more complicated if we're looking to do soft on/off, but still doable with off-the-shelf components.

What I'm envisioning is directly launching a game by voice. The purpose being that while typically a front-end is going to have a short-list of games, you might have some large number of other titles available in an 'all games' category or some such which would be quicker to launch by naming the game rather than scrolling through a long list.  Numerous times I've had a guest ask "Yes, but can it play X?" to which the answer is "Yes, but..."

At the moment I'm thinking this is accomplished by running something like NodeRED (https://flows.nodered.org) somewhere on the network, and then a plugin on whichever front end which accepts commands over the network, generated by NodeRED.


ark_ader

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5645
  • Last login:March 02, 2019, 07:35:34 pm
  • I glow in the dark.
Re: Amazon Echo cabinet integration
« Reply #1 on: February 12, 2019, 01:30:48 pm »
Very interested, but should this topic be moved to the software sub forum?   ;D
If I had only one wish, it would be for three more wishes.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19400
  • Last login:April 21, 2024, 11:59:54 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Amazon Echo cabinet integration
« Reply #2 on: February 12, 2019, 02:09:29 pm »
I need to look into the sdk for alexa.  A lesser known feature is that you can directly control an xbox one with her.  Couple that with the windows 10 xbox one streaming app and games installed to the hdd and you can power on the xbox and stream a specific game directly to your cab with a simple voice command.  Of course I'd like to make it even friendlier and make a command line app for frontend use, but I haven't looked into how possible that is yet.

newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
Re: Amazon Echo cabinet integration
« Reply #3 on: February 12, 2019, 02:56:34 pm »
Here's another resource I had previously not heard of until now:
http://docs.kitt.ai/snowboy/#introduction

So now we can set a wake word of screaming "MORTAL KOMBAT" and have it automatically launch. I think that alone is worth it.

DrakeTungsten

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 287
  • Last login:August 14, 2022, 06:36:45 pm
  • I effed with the wrong person!
    • No Quarter - a basic FE, WIP
Re: Amazon Echo cabinet integration
« Reply #4 on: February 12, 2019, 04:07:36 pm »
I don't use any kind of rom management tools. Is there already something out there which can be used for mapping, say, the human-friendly phrase "Marvel Super Heroes" to the Rom name msh?
No Quarter - a basic FE, WIP

newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
Re: Amazon Echo cabinet integration
« Reply #5 on: February 12, 2019, 04:23:42 pm »
When you use MAME to generate a mame.xml file, it already contains human-readable titles alongside rom information. That gets used fairly often by various front-ends to control what gets displayed.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19400
  • Last login:April 21, 2024, 11:59:54 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Amazon Echo cabinet integration
« Reply #6 on: February 24, 2019, 02:38:18 am »
The only problem is mame has so many garbage roms in it now that it takes forever to parse the frikkin xml and then you are going to need some filters weed out the junk.  The new GameEx has some pretty good filters based on an explanation I gave ages ago of how awkward it is to parse mame now.  There's also the all killer no filler list. 

newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
Re: Amazon Echo cabinet integration
« Reply #7 on: February 25, 2019, 10:09:44 am »
I was wondering if an online scraper service could be used to 'sanitize' the game name to a rom file.