I'm quite new regarding Linux and I'm currently trying to implement the CMUSphinx tutorial adapted to french language (http://depado.markdownblog.com/2015-05-13-tutorial-on-pocketsphinx-with-python-3-4).
The specificity is that I'm working on bash on windows 10 (don't really know in fact if it's a point or not).
I installed SphinxBase and PocketSphinx, and then when I run "pocketsphinx_continuous -inmic yes", I have the following issue : "Error opening audio device (null) for capture: Connection refused FATAL: "continuous.c", line 245: Failed to open audio device".
I tried to seek on many links according to this issue, but I did not find any working answer. I correctly installed pulseaudio, libpulse-dev and osspd but also not working.
Any clue? (As I'm not working with creator update, I'm on Ubuntu 14.04).
I edit to add some other information: I also tried all what's dealing with stopping and restarting pulseaudio, but I have this issue with pulseaudio
E: [pulseaudio] inotify-wrapper.c: inotify_init1() failed: Fonction non implantée E: [pulseaudio] module-udev-detect.c: inotify_init1() failed: Fonction non implantée E: [pulseaudio] module.c: Failed to load module "module-udev-detect" (argument: ""): initialization failed. E: [pulseaudio] main.c: Module load failed. E: [pulseaudio] main.c: Échec lors de l'initialisation du démon
When trying to kill pulseaudio : E: [pulseaudio] main.c: Impossible de tuer le démon : Aucun processus de ce type
When trying to start pulseaudio : E: [pulseaudio] main.c: Échec lors du démarrage du démon.
I tried to remove the ~/.config/pulse folder to create it again, but nothing worked.