Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevinhughes27/audiogrep-docker
- Owner: kevinhughes27
- Created: 2015-03-21T20:58:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T02:50:07.000Z (over 8 years ago)
- Last Synced: 2023-03-10T20:17:57.696Z (almost 2 years ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```