Speech commands sender.
More...
Speech commands sender.
The speechcmd driver keeps on repeating configured speech command.
- Compile-time dependencies
- Provides
- Requires
- Configuration requests
- Configuration file options
- sleep_sec (integer)
- Default: 0
- timespec value for nanosleep() (sec resolution).
- sleep_nsec (integer)
- Default: 100000000 (however, when sleep_sec is greater than 0, default sleep_nsec is 0)
- timespec value for nanosleep() (nanosec resolution).
- message (string)
- Default: "foo"
- Message to be spoken.
- Example
driver
(
name "speechcmd"
provides ["opaque:100"]
requires ["speech:0"]
message "hello world"
alwayson 1
)
- Author:
- Paul Osmialowski