Skip to content

Comment on I built a amp+cab+effects simulator for guitar on a Raspberry Pi 4Bparent

Comments

He's making a subtle point here. There's

"do x"

vs

"Alexa, do x"

vs

"Alexa, ask AppName to do x"

The first is when the skill does a thing and then immediately starts listening again. The blue bar is already there and you don't need to say "Alexa".

The second is when the skill is still open but not currently listening. Takes a bit of hackery to keep the skill from constantly closing, namely, long-running APL commands.

The third is when the skill is closed and you're trying to get it to do something. I call this "deep launching" but it almost never works. Amazon has built an amazing system here, but the Alexa system needs work on recognizing skill names for deep launching.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.