spchcat icon indicating copy to clipboard operation
spchcat copied to clipboard

Raspberry Pi Installation Prerequisites

Open dbreunig opened this issue 3 years ago • 8 comments

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

$ sudo apt install sox

dbreunig avatar Jan 06 '22 18:01 dbreunig

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

jmdemoor avatar Jan 08 '22 18:01 jmdemoor

@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.?

sanbee avatar Jan 10 '22 03:01 sanbee

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

matt-desmarais avatar Jan 16 '22 22:01 matt-desmarais

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 avatar Jan 22 '22 20:01 LucLaverdure

Issue got fixed running:

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

I'm happy! :)

LucLaverdure avatar Jan 23 '22 00:01 LucLaverdure

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).

sanbee avatar Jan 31 '22 17:01 sanbee

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!

adamd9 avatar Feb 08 '22 04:02 adamd9

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

st-f avatar Feb 22 '22 18:02 st-f