yodaos-project / yoda.js

Application Framework that powered YodaOS
Apache License 2.0
187 stars 48 forks source link

product: the key to resume/pause media #69

Closed yorkie closed 5 years ago

yorkie commented 5 years ago

At alexa's Functional Requirements for voice-first device, it says:

Your product SHALL allow customers to resume paused media using a voice request or a physical control.

It seems that we don't have this yet, @stan24 @Amber-Rokid how do you think about figuring out some way to control the media by default? As to me, that's meaningful when the voice occurs wrong :)

yorkie commented 5 years ago

Also cc @Rokid/yodaos :)

stan24 commented 5 years ago

Now on our device, after using the power button to exit, we can use the voice command "continue playing" to resume the media play.

In my opinion, in the future, our hardware products, as far as possible to remove the power button, the use of pause/play button, easier for users to understand.

yorkie commented 5 years ago

So the power button should be evolved to pause/resume/play?

yorkie commented 5 years ago

I am having a question, I need a button action to pause the current play, press this button again to start playing. How to finish it?

@stan24 it seems we have users to acquire this feature for now, and @chenjundd, may I ask you to provide more details about your requests?

yorkie commented 5 years ago

This has been implemented at #728 and will land on v7.27.x :p