Closed atd closed 1 year ago
The file exists in the ovos_listener
container:
ovos@f8a30d712825:/$ find / -name start_listening.wav
/home/ovos/.venv/lib/python3.11/site-packages/ovos_listener/res/snd/start_listening.wav
The issue is related to the relative and absolute path, I opened an issue in ovos-listener
repository about it here.
Add this to your mycroft.conf
configuration file.
{
"sounds": {
"start_listening": "/home/ovos/.venv/lib/python3.11/site-packages/ovos_dinkum_listener/res/snd/start_listening.wav",
"end_listening": "/home/ovos/.venv/lib/python3.11/site-packages/ovos_dinkum_listener/res/snd/end_listening.wav",
"acknowledge": "/home/ovos/.venv/lib/python3.11/site-packages/ovos_dinkum_listener/res/snd/acknowledge.mp3"
}
}
Feel free to re-open the issue if its not fixed by the information provided from above. :+1:
Thank you, it worked (using ovos_listener
instead of ovos_dinkum_listener
)
When wake word is triggered, no sound is played. There is the following trace in docker.
The file does exist in the
ovos_listener
container:and the configuration seems too match:
Any ideas why the file is not found?