Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi Installation Prerequisites #1

Open
dbreunig opened this issue Jan 6, 2022 · 8 comments
Open

Raspberry Pi Installation Prerequisites #1

dbreunig opened this issue Jan 6, 2022 · 8 comments

Comments

@dbreunig
Copy link

dbreunig commented Jan 6, 2022

People are going to have to have sox on their system to get this working:

$ sudo apt install sox

@jmdemoor
Copy link

jmdemoor commented Jan 8, 2022

@dbreunig Thanks so much! This was the missing piece for me.

@sanbee
Copy link

sanbee commented Jan 10, 2022

@petewarden : While installing on an RPi3, it ran out of disk space when copying etc/spchcat/models to /etc. The total size of this dir. is indeed larger (2.3GB). Is it possible to copy these models in some place other than the root dir.?

@matt-desmarais
Copy link

thanks for the tip, I got it working on a raspberry pi zero 2, running on 2021-05-07-raspios-buster-armhf

@LucLaverdure
Copy link

LucLaverdure commented Jan 22, 2022

I tried sudo apt install sox without success, I keep getting an error:

spchcat: error while loading shared libraries: libsox.so.3: cannot open shared object file: No such file or directory

I really wish this could work, please help.

Running on rasp pi 3b+

@LucLaverdure
Copy link

Issue got fixed running:

apt-get -qq install -y sox libsox-dev libpulse-dev make gcc g++ wget curl sudo

I'm happy! :)

@sanbee
Copy link

sanbee commented Jan 31, 2022

FYI, FWIW: after installing apt-get install sox libsox-dev I am able to use it on RPi3 running "Raspbian GNU/Linux 11 (bullseye)" (arm-linux-gnueabihf-gcc-8, #1514 SMP Mon Jan 17 17:36:39 GMT 2022).

@adamd9
Copy link

adamd9 commented Feb 8, 2022

FYI - I have a 64bit version of Raspbian installed, and had to run this to be able to run 32bit programs:
sudo apt install libc6:armhf

ref.

EDIT: there's a whole lot more 32 bit dependancies that need to be installed, so I'm just going to install 32bit raspbian instead!

@st-f
Copy link

st-f commented Feb 22, 2022

And also pulseaudio, the README doesn't mention it for rpi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants