Describe the bug
SOX MP3 library is missing in install script or WORKING.md to highlight that libsox-fmt-mp3 shall be installed in the raspberry pi and ncat and libsox-fmt-mp3 in the host computer.
Screenshots and/or logs
pi@xxx: ~/raspberry-noaa $ ./test_reception.sh 105
The server is in testing mode tuned to 105 Mhz!
Open a terminal in your computer and paste:
ncat 303 8073 | play -t mp3 -
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM
sox FAIL formats: no handler for given file type `mp3'
Server information (please complete the following information):
OS: Raspbian
Python version: 3.7.3
SDR device: Nooelec nesdr smart v4
Problem is solved installing
sudo apt-get install libsox-fmt-mp3
in the raspberry pi, and
sudo apt-get install ncat libsox-fmt-mp3
in the host computer.
Add both commands in "WORKING.md" to complete the guide.
Describe the bug SOX MP3 library is missing in install script or WORKING.md to highlight that libsox-fmt-mp3 shall be installed in the raspberry pi and ncat and libsox-fmt-mp3 in the host computer.
Screenshots and/or logs pi@xxx: ~/raspberry-noaa $ ./test_reception.sh 105 The server is in testing mode tuned to 105 Mhz! Open a terminal in your computer and paste: ncat 303 8073 | play -t mp3 -
Found 1 device(s): 0: Realtek, RTL2838UHIDIR, SN: 00000001
Using device 0: Generic RTL2832U OEM sox FAIL formats: no handler for given file type `mp3'
Server information (please complete the following information):
Problem is solved installing
in the raspberry pi, and
in the host computer.
Add both commands in "WORKING.md" to complete the guide.
Thank you for your work!