sonorem
Latest version: 0.4
Record sounds 24 / 7
Features:- automatically stores recordings to inserted usb sticks
- doesn’t need a display, just earphones
- can be handled with a joystick
- for the Raspberry Pi
Debian binary package (amd64 architecture)
For Debian based Linux distros like Debian, Ubuntu, Linux Mint, etc.Hardware: PCs (x86-64 or amd64 CPUs)
Note: the sudo package must be installed and your user must have permission to execute commands as superuser.
Prerequisite projects (must be installed first)
Prerequisite packages
$ sudo apt-get install sox espeak
Download, unzip and install
$ wget https://www.efanomars.com/bins/sonorem-0.4-1-deb-amd64-d09.tar.gz
$ sha256sum sonorem-0.4-1-deb-amd64-d09.tar.gz # should return
$ # d483d9e5d6d307497649e507ef12921d6da829dfaeb71ed31393ae7fb867ef8f
$ tar xvz -f sonorem-0.4-1-deb-amd64-d09.tar.gz
$ cd sonorem-0.4
$ ./install-bin.sh
Uninstall
From the same directory of install-bin.sh$ # sudo apt-get remove sonorem
$ ./uninstall-bin.sh
Arch binary package (amd64 architecture)
For Linux Arch based distros like Arch, Manjaro, etc.Hardware: PCs (x86-64 or amd64 CPUs)
Note: the sudo package must be installed and your user must have permission to execute commands as superuser.
Prerequisite projects (must be installed first)
Prerequisite packages
$ sudo pacman -S sox espeak
Download and install
$ wget https://www.efanomars.com/bins/sonorem-0.4-1-arch-amd64-m.pkg.tar.xz
$ sha256sum sonorem-0.4-1-arch-amd64-m.pkg.tar.xz # should return
$ # 20c62e8505d5b4d38f66047aa6522fa5db98fe598ac6bc757fd1c987b08c953a
$ sudo pacman -U sonorem-0.4-1-arch-amd64-m.pkg.tar.xz
Uninstall
$ sudo pacman -R sonorem
Debian binary package (arm64 architecture)
For Debian based Linux distros like Raspberry Pi OS, Debian, Ubuntu, etc.Hardware: Raspberry Pi 4, PineBook
Note: the sudo package must be installed and your user must have permission to execute commands as superuser.
Prerequisite projects (must be installed first)
Prerequisite packages
$ sudo apt-get install sox espeak
Download, unzip and install
$ wget https://www.efanomars.com/bins/sonorem-0.4-1-deb-arm64-d09.tar.gz
$ sha256sum sonorem-0.4-1-deb-arm64-d09.tar.gz # should return
$ # 28e706b1b5c5051df6866a1cb4b8947314ddaadebe0ed136f34b7f843af7da66
$ tar xvz -f sonorem-0.4-1-deb-arm64-d09.tar.gz
$ cd sonorem-0.4
$ ./install-bin.sh
Uninstall
From the same directory of install-bin.sh$ # sudo apt-get remove sonorem
$ ./uninstall-bin.sh
Arch binary package (arm64 architecture)
For Linux Arch based distros like Arch, Manjaro, etc.Hardware: PineBook, Raspberry Pi 4
Note: the sudo package must be installed and your user must have permission to execute commands as superuser.
Prerequisite projects (must be installed first)
Prerequisite packages
$ sudo pacman -S sox espeak
Download and install
$ wget https://www.efanomars.com/bins/sonorem-0.4-1-arch-arm64-m.pkg.tar.xz
$ sha256sum sonorem-0.4-1-arch-arm64-m.pkg.tar.xz # should return
$ # e12368e786af5b1edf5f89aee43b45198743ea4bfa820f4cc158cafc0af3d1fd
$ sudo pacman -U sonorem-0.4-1-arch-arm64-m.pkg.tar.xz
Uninstall
$ sudo pacman -R sonorem
Debian binary package (armhf architecture)
For Debian based Linux distros like Raspberry Pi OS, Debian, Ubuntu, etc.Hardware: Raspberry Pi 3B+
Note: the sudo package must be installed and your user must have permission to execute commands as superuser.
Prerequisite projects (must be installed first)
Prerequisite packages
$ sudo apt-get install sox espeak
Download, unzip and install
$ wget https://www.efanomars.com/bins/sonorem-0.4-1-deb-armhf-d09.tar.gz
$ sha256sum sonorem-0.4-1-deb-armhf-d09.tar.gz # should return
$ # 89ebb52fa2db0e37baeb71ace7d38f2268c3a6df6b0f9bca9e6633bee92c492d
$ tar xvz -f sonorem-0.4-1-deb-armhf-d09.tar.gz
$ cd sonorem-0.4
$ ./install-bin.sh
Uninstall
From the same directory of install-bin.sh$ # sudo apt-get remove sonorem
$ ./uninstall-bin.sh
Other linux distributions or architectures
Prerequisite projects (must be installed first)
Prerequisite packages
- sox
- espeak
- g++
- cmake
- doxygen
- graphviz
- python3
Download, build and install
$ git clone https://gitlab.com/efanomars/sonorem.git
$ cd sonorem
$ STMM_MAKE_OPTIONS="--jobs=4" ./scripts/install_sonorem.py -b=Release
Uninstall
$ ./scripts/uninstall_sonorem.py