What I am trying to do is make Rock say the current hour each exact hour. I know how to do that in cron, but there are problems earlier.
I’ve installed alsa-utils
and espeak
. I make alsa play some sounds:
aplay /usr/share/sounds/alsa/*
However espeak does not work:
espeak "Text you wish to hear back"
The are many errors:
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
...
Expression 'PaAlsaStreamComponent_FinishConfigure( &self->playback, hwParamsPlayback, outParams, self->primeBuffers, realSr, outputLatency )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 2738
Expression 'PaAlsaStream_Configure( stream, inputParameters, outputParameters, sampleRate, framesPerBuffer, &inputLatency, &outputLatency, &hostBufferSizeMode )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 2843
snd-bcm2835
is not available in modules…
How can I make Rock talk to me?