annotate service/playSound/readme @ 1610:6fc48ef4c696

mysteriously lost an important line
author drewp@bigasterisk.com
date Mon, 06 Sep 2021 18:07:28 -0700
parents 28cc07978a71
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
664
28cc07978a71 start rewrite for playSound
drewp@bigasterisk.com
parents: 4
diff changeset
1 replacement for playSound; assume we do TTS somewhere else and then have
28cc07978a71 start rewrite for playSound
drewp@bigasterisk.com
parents: 4
diff changeset
2 this service (and also chromecasts, etc) play it.
28cc07978a71 start rewrite for playSound
drewp@bigasterisk.com
parents: 4
diff changeset
3
28cc07978a71 start rewrite for playSound
drewp@bigasterisk.com
parents: 4
diff changeset
4 It's still a goal for this service to do low-latency stuff like
28cc07978a71 start rewrite for playSound
drewp@bigasterisk.com
parents: 4
diff changeset
5 feedback beeps for button presses, so it should cache and stay ready
28cc07978a71 start rewrite for playSound
drewp@bigasterisk.com
parents: 4
diff changeset
6 to play.