raspberry-noaa icon indicating copy to clipboard operation
raspberry-noaa copied to clipboard

[Error]

Open juan0fran opened this issue 3 years ago • 1 comments

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.

Thank you for your work!

juan0fran avatar Mar 20 '21 09:03 juan0fran

@juan0fran come check out V2 of this library: https://github.com/jekhokie/raspberry-noaa-v2

Also, feel free to join us on Discord chat - there’s a whole community around V2 now: https://discord.gg/5UfPraGh

jekhokie avatar Mar 20 '21 11:03 jekhokie