반응형
https://howchoo.com/pi/how-to-install-pocketsphinx-on-a-raspberry-pi
This guide will show you how to install PocketSphinx on your Raspberry Pi. PocketSphinx is a super lightweight speech and voice recognition engine.
Table of Contents
JUMP TO STEP:
You can find the downloads on GitHub
wget https://sourceforge.net/projects/cmusphinx/files/sphinxbase/5prealpha/sphinxbase-5prealpha.tar.gz/download -O sphinxbase.tar.gz
wget https://sourceforge.net/projects/cmusphinx/files/pocketsphinx/5prealpha/pocketsphinx-5prealpha.tar.gz/download -O pocketsphinx.tar.gz
tar -xzvf sphinxbase.tar.gz
tar -xzvf pocketsphinx.tar.gz
sudo apt-get install bison libasound2-dev swig
cd sphinxbase-5prealpha
./configure --enable-fixed
make
sudo make install
cd ../pocketsphinx-5prealpha
./configure
make
sudo make install
src/programs/pocketsphinx_continuous -samprate 48000
src/programs/pocketsphinx_continuous -samprate 48000 -inmic yes -nfft 2048
error발생!!
> sudo apt-get install pulseaudio
>dpkg -l | grep "~~~"
반응형
'라즈베리파이' 카테고리의 다른 글
Raspberry pi: Video and Audio recording and streaming guide (0) | 2022.05.19 |
---|---|
아두이노 IDE 1.8.2 설치 하기 (0) | 2022.05.19 |
How to Build Your Own Amazon Echo with a Raspberry Pi (0) | 2022.05.18 |
Screenly와 Raspberry Pi를 사용하여 디지털 전광판 만들기 (0) | 2022.05.18 |
Motion-daemon: /var/log/motion/motion.log permission denied (0) | 2022.05.18 |
댓글