Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinhughes27/audiogrep-docker

Dockerfile for audiogrep and pocketsphinx
https://github.com/kevinhughes27/audiogrep-docker

Last synced: 2 months ago
JSON representation

Dockerfile for audiogrep and pocketsphinx

Awesome Lists containing this project

README

        

audiogrep-docker
================

dockerfile for audiogrep and pocketsphinx.

run the build script to build the container, and the run script to run it (you'll want to mount your home directory not mine)

After running the container you can use the `audiogrep` command to run audiogrep.

Troubleshooting
---------------
run the pocketsphinx command manually:

```
pocketsphinx_continuous -infile LastKiss.mp3.temp.wav -time yes -vad_prespeech 10 -vad_postspeech 50
```