No response when hitting wake up button

Hello,
I’m quite new to rhasspy so I don’t know what went wrong. Here is the issue, when I hit wake up it shows listening but doesn’t catch any word not even single word or intent and then throws error time out but it does work when I type manually to recognize any sentence. I’m using rhasspy 2.5.9 version in docker on Windows 10.
Do I need to make changes into user profile if so how do I access user profile in docker to make changes?
Any help would be appreciated, Thanks in advance.

this is what I got after trying to adding device

docker: Error response from daemon: error gathering device information while adding custom device “/dev/snd”: no such file or directory.

I used this command:

docker run -d -p 12101:12101 --name rhasspy --restart unless-stopped -v “$HOME/.config/rhasspy/profiles:/profiles” -v “/etc/localtime:/etc/localtime:ro” --device /dev/snd:/dev/snd rhasspy/rhasspy --user-profiles /profiles --profile en

There is no device “/dev/snd” on windows.

You have to use pulseaudio to get your audio-hardware working in the docker-container. See here: https://rhasspy.readthedocs.io/en/latest/installation/#windows-subsystem-for-linux-wsl

Thanks @schnopsi It worked