Git Product home page Git Product logo

Comments (16)

JvanKatwijk avatar JvanKatwijk commented on June 23, 2024

from dabradio.

JvanKatwijk avatar JvanKatwijk commented on June 23, 2024

from dabradio.

ADadlDudlDa avatar ADadlDudlDa commented on June 23, 2024

Happy new year Jan,

thank you for the hint, I will have a look at it within the next days.

Manuel

from dabradio.

ADadlDudlDa avatar ADadlDudlDa commented on June 23, 2024

Hello Jan,

meanwhile I tried a new compilation and to use the appImage. Both with an error.

When using the appImage I get the following error:
./dabradio-ARM.AppImage: error while loading shared libraries: libicui18n.so.57: cannot open shared object file: No such file or directory
Do you know where I can get this library?

When trying to compile it with qmake and make I am getting the following error:

g++ -Wl,-O1 -o linux-bin/dabradio-1.0 main.o radio.o dab-processor.o service-descriptor.o audio-descriptor.o timesyncer.o sample-reader.o ofdm-decoder.o phasereference.o phasetable.o freq-interleaver.o fic-handler.o fib-processor.o protTables.o protection.o eep-protection.o uep-protection.o msc-handler.o galois.o reed-solomon.o rscodec.o charsets.o firecode-checker.o frame-processor.o backend.o backend-driver.o backend-deconvolver.o mp2processor.o mp4processor.o faad-decoder.o pad-handler.o data-processor.o virtual-datahandler.o mot-handler.o mot-object.o mot-dir.o audio-base.o newconverter.o audiosink.o viterbi-768.o fft-handler.o Xtan2.o dab-params.o band-handler.o text-mapper.o dab_tables.o device-handler.o rtlsdr-handler.o sdrplay-handler.o spiral-no-sse.o qrc_resources.o moc_radio.o moc_dab-processor.o moc_sample-reader.o moc_ofdm-decoder.o moc_phasereference.o moc_fic-handler.o moc_fib-processor.o moc_mp2processor.o moc_mp4processor.o moc_faad-decoder.o moc_data-processor.o moc_pad-handler.o moc_virtual-datahandler.o moc_mot-object.o moc_audio-base.o moc_rtlsdr-handler.o moc_sdrplay-handler.o   -lfftw3f -lusb-1.0 -ldl -lportaudio -lz -lsndfile -lsamplerate -lfaad -lQt5Widgets -lQt5Gui -lQt5Core -lGLESv2 -lpthread
radio.o: In function `RadioInterface::setDevice(QSettings*, QSpinBox*, QSpinBox*, QCheckBox*)':
radio.cpp:(.text+0x197a): undefined reference to `airspyHandler::airspyHandler(QSettings*, QSpinBox*, QCheckBox*)'
viterbi-768.o: In function `viterbi_768::update_viterbi_blk_SPIRAL(v*, unsigned int*, short)':
viterbi-768.cpp:(.text+0x200): undefined reference to `FULL_SPIRAL_sse'
collect2: error: ld returned 1 exit status
Makefile:373: recipe for target 'linux-bin/dabradio-1.0' failed
make: *** [linux-bin/dabradio-1.0] Error 1

Do you have any idea?

Thank you

Manuel

from dabradio.

JvanKatwijk avatar JvanKatwijk commented on June 23, 2024

from dabradio.

ADadlDudlDa avatar ADadlDudlDa commented on June 23, 2024

ad b:
Yes. See enclosed
dabradio.pro.txt

from dabradio.

JvanKatwijk avatar JvanKatwijk commented on June 23, 2024

from dabradio.

JvanKatwijk avatar JvanKatwijk commented on June 23, 2024

from dabradio.

ADadlDudlDa avatar ADadlDudlDa commented on June 23, 2024

Good evening Jan,

thank you for the hint, Now I have done the following:

  1. qmake dabradio.pro
  2. Make clean
  3. make
    And the compilation was successful!!!

But now, I have a new problem. I don't receive any radio station (See screenshot enclosed Hardcopy.docx ). Did I have to make any setting for German frequency?

Here is log:

maroni@radio:~$ cd dabradio
maroni@radio:~/dabradio$ ls -l
total 2604
-rw-rw-r-- 1 maroni maroni   2468 Jan 16 22:40 airspyfilter.o
-rw-rw-r-- 1 maroni maroni  18348 Jan 16 22:40 airspy-handler.o
drwxrwxr-x 2 maroni maroni   4096 Jan 16 22:30 appimage
-rw-rw-r-- 1 maroni maroni   5292 Jan 28 21:36 audio-base.o
-rw-rw-r-- 1 maroni maroni  24796 Jan 28 21:34 audio-descriptor.o
-rw-rw-r-- 1 maroni maroni  10652 Jan 28 21:36 audiosink.o
-rw-rw-r-- 1 maroni maroni    224 Jan 16 22:30 AUTHORS
-rw-rw-r-- 1 maroni maroni   1840 Jan 28 21:35 backend-deconvolver.o
-rw-rw-r-- 1 maroni maroni   4488 Jan 28 21:35 backend-driver.o
-rw-rw-r-- 1 maroni maroni  10576 Jan 28 21:35 backend.o
-rw-rw-r-- 1 maroni maroni   3736 Jan 28 21:36 band-handler.o
-rw-rw-r-- 1 maroni maroni    881 Jan 16 22:30 build-script
-rw-rw-r-- 1 maroni maroni   2856 Jan 28 21:35 charsets.o
drwxrwxr-x 3 maroni maroni   4096 Jan 16 22:30 cmake
-rw-rw-r-- 1 maroni maroni  14455 Jan 16 22:30 CMakeLists.txt
-rw-rw-r-- 1 maroni maroni  13173 Jan 16 22:30 CMakeLists.txt-qt4
-rw-rw-r-- 1 maroni maroni  14455 Jan 16 22:30 CMakeLists.txt-qt5
-rw-rw-r-- 1 maroni maroni  17957 Jan 16 22:30 COPYING
-rw-rw-r-- 1 maroni maroni   2060 Jan 28 21:36 dab-params.o
-rw-rw-r-- 1 maroni maroni  12034 Jan 16 22:30 dab-processor.cpp
-rw-rw-r-- 1 maroni maroni   3968 Jan 16 22:30 dab-processor.h
-rw-rw-r-- 1 maroni maroni  18016 Jan 28 21:34 dab-processor.o
-rw-rw-r-- 1 maroni maroni    142 Jan 16 22:30 dabradio.desktop
-rw-rw-r-- 1 maroni maroni 173824 Jan 16 22:30 dabradio.ico
-rw-rw-r-- 1 maroni maroni  13818 Jan 16 22:30 dabradio.png
-rw-rw-r-- 1 maroni maroni  11318 Jan 16 22:50 dabradio.pro
-rw-rw-r-- 1 maroni maroni  23164 Jan 28 21:36 dab_tables.o
-rw-rw-r-- 1 maroni maroni   7660 Jan 28 21:36 data-processor.o
-rw-rw-r-- 1 maroni maroni   3728 Jan 28 21:36 device-handler.o
drwxrwxr-x 6 maroni maroni   4096 Jan 16 22:30 devices
-rw-rw-r-- 1 maroni maroni   3508 Jan 28 21:35 eep-protection.o
-rw-rw-r-- 1 maroni maroni   5612 Jan 28 21:35 faad-decoder.o
-rw-rw-r-- 1 maroni maroni   2660 Jan 28 21:36 fft-handler.o
-rw-rw-r-- 1 maroni maroni  19160 Jan 28 21:34 fib-processor.o
-rw-rw-r-- 1 maroni maroni   5960 Jan 28 21:34 fic-handler.o
-rw-rw-r-- 1 maroni maroni   2132 Jan 28 21:35 firecode-checker.o
drwxrwxr-x 2 maroni maroni   4096 Jan 16 22:30 forms
-rw-rw-r-- 1 maroni maroni   2276 Jan 28 21:35 frame-processor.o
-rw-rw-r-- 1 maroni maroni   2980 Jan 28 21:34 freq-interleaver.o
-rw-rw-r-- 1 maroni maroni   2656 Jan 28 21:35 galois.o
drwxrwxr-x 2 maroni maroni   4096 Jan 16 22:30 i18n
-rw-rw-r-- 1 maroni maroni  18962 Jan 16 22:30 icon.ico
drwxrwxr-x 8 maroni maroni   4096 Jan 16 22:30 includes
-rw-rw-r-- 1 maroni maroni  18092 Jan 16 22:30 LICENSE
drwxrwxr-x 2 maroni maroni   4096 Jan 28 21:38 linux-bin
-rw-rw-r-- 1 maroni maroni   4473 Jan 16 22:30 main.cpp
-rw-rw-r-- 1 maroni maroni  14856 Jan 28 21:33 main.o
-rw-rw-r-- 1 maroni maroni  82506 Jan 28 21:33 Makefile
-rw-rw-r-- 1 maroni maroni   2610 Jan 28 21:38 moc_audio-base.cpp
-rw-rw-r-- 1 maroni maroni   3328 Jan 28 21:38 moc_audio-base.o
-rw-rw-r-- 1 maroni maroni   6409 Jan 28 21:37 moc_dab-processor.cpp
-rw-rw-r-- 1 maroni maroni   6184 Jan 28 21:37 moc_dab-processor.o
-rw-rw-r-- 1 maroni maroni   4158 Jan 28 21:37 moc_data-processor.cpp
-rw-rw-r-- 1 maroni maroni   4316 Jan 28 21:37 moc_data-processor.o
-rw-rw-r-- 1 maroni maroni   4084 Jan 28 21:37 moc_faad-decoder.cpp
-rw-rw-r-- 1 maroni maroni   3860 Jan 28 21:37 moc_faad-decoder.o
-rw-rw-r-- 1 maroni maroni   5429 Jan 28 21:37 moc_fib-processor.cpp
-rw-rw-r-- 1 maroni maroni   5540 Jan 28 21:37 moc_fib-processor.o
-rw-rw-r-- 1 maroni maroni   3980 Jan 28 21:37 moc_fic-handler.cpp
-rw-rw-r-- 1 maroni maroni   4892 Jan 28 21:37 moc_fic-handler.o
-rw-rw-r-- 1 maroni maroni   4227 Jan 28 21:38 moc_mot-object.cpp
-rw-rw-r-- 1 maroni maroni   4392 Jan 28 21:38 moc_mot-object.o
-rw-rw-r-- 1 maroni maroni   5527 Jan 28 21:37 moc_mp2processor.cpp
-rw-rw-r-- 1 maroni maroni   5036 Jan 28 21:37 moc_mp2processor.o
-rw-rw-r-- 1 maroni maroni   6078 Jan 28 21:37 moc_mp4processor.cpp
-rw-rw-r-- 1 maroni maroni   5392 Jan 28 21:37 moc_mp4processor.o
-rw-rw-r-- 1 maroni maroni   5200 Jan 28 21:37 moc_ofdm-decoder.cpp
-rw-rw-r-- 1 maroni maroni   4476 Jan 28 21:37 moc_ofdm-decoder.o
-rw-rw-r-- 1 maroni maroni   4613 Jan 28 21:37 moc_pad-handler.cpp
-rw-rw-r-- 1 maroni maroni   4572 Jan 28 21:38 moc_pad-handler.o
-rw-rw-r-- 1 maroni maroni   4149 Jan 28 21:37 moc_phasereference.cpp
-rw-rw-r-- 1 maroni maroni   4616 Jan 28 21:37 moc_phasereference.o
-rw-rw-r-- 1 maroni maroni  10689 Jan 28 21:37 moc_radio.cpp
-rw-rw-r-- 1 maroni maroni  13824 Jan 28 21:37 moc_radio.o
-rw-rw-r-- 1 maroni maroni   3686 Jan 28 21:38 moc_rtlsdr-handler.cpp
-rw-rw-r-- 1 maroni maroni   4016 Jan 28 21:38 moc_rtlsdr-handler.o
-rw-rw-r-- 1 maroni maroni   4650 Jan 28 21:37 moc_sample-reader.cpp
-rw-rw-r-- 1 maroni maroni   4188 Jan 28 21:37 moc_sample-reader.o
-rw-rw-r-- 1 maroni maroni   3994 Jan 28 21:38 moc_sdrplay-handler.cpp
-rw-rw-r-- 1 maroni maroni   4204 Jan 28 21:38 moc_sdrplay-handler.o
-rw-rw-r-- 1 maroni maroni   2804 Jan 28 21:38 moc_virtual-datahandler.cpp
-rw-rw-r-- 1 maroni maroni   3416 Jan 28 21:38 moc_virtual-datahandler.o
-rw-rw-r-- 1 maroni maroni   4080 Jan 28 21:36 mot-dir.o
-rw-rw-r-- 1 maroni maroni   7492 Jan 28 21:36 mot-handler.o
-rw-rw-r-- 1 maroni maroni  12588 Jan 28 21:36 mot-object.o
-rw-rw-r-- 1 maroni maroni  12116 Jan 28 21:35 mp2processor.o
-rw-rw-r-- 1 maroni maroni   8124 Jan 28 21:35 mp4processor.o
-rw-rw-r-- 1 maroni maroni  15432 Jan 28 21:35 msc-handler.o
-rw-rw-r-- 1 maroni maroni   3704 Jan 28 21:36 newconverter.o
-rw-rw-r-- 1 maroni maroni     13 Jan 16 22:30 newUser.txt
-rw-rw-r-- 1 maroni maroni   7504 Jan 28 21:34 ofdm-decoder.o
-rw-rw-r-- 1 maroni maroni  15088 Jan 28 21:35 pad-handler.o
-rw-rw-r-- 1 maroni maroni   7312 Jan 28 21:34 phasereference.o
-rw-rw-r-- 1 maroni maroni   3852 Jan 28 21:34 phasetable.o
-rw-rw-r-- 1 maroni maroni   3292 Jan 28 21:35 protection.o
-rw-rw-r-- 1 maroni maroni   1952 Jan 28 21:34 protTables.o
-rw-rw-r-- 1 maroni maroni 413608 Jan 28 21:37 qrc_resources.cpp
-rw-rw-r-- 1 maroni maroni  85460 Jan 28 21:37 qrc_resources.o
-rw-rw-r-- 1 maroni maroni  25361 Jan 16 22:30 radio.cpp
-rw-rw-r-- 1 maroni maroni   4679 Jan 16 22:30 radio.h
-rw-rw-r-- 1 maroni maroni  70824 Jan 28 21:34 radio.o
-rw-rw-r-- 1 maroni maroni  15413 Jan 16 22:30 README.md
-rw-rw-r-- 1 maroni maroni   6316 Jan 28 21:35 reed-solomon.o
-rw-rw-r-- 1 maroni maroni    240 Jan 16 22:30 resources.qrc
-rw-rw-r-- 1 maroni maroni   6788 Jan 28 21:35 rscodec.o
-rw-rw-r-- 1 maroni maroni  16540 Jan 28 21:36 rtlsdr-handler.o
-rw-rw-r-- 1 maroni maroni   7644 Jan 28 21:34 sample-reader.o
-rw-rw-r-- 1 maroni maroni 806154 Jan 16 22:30 screenshot_dabradio.png
-rw-rw-r-- 1 maroni maroni  18256 Jan 28 21:37 sdrplay-handler.o
drwxrwxr-x 2 maroni maroni   4096 Jan 16 22:30 service-description
-rw-rw-r-- 1 maroni maroni   1760 Jan 28 21:34 service-descriptor.o
-rw-rw-r-- 1 maroni maroni   8248 Jan 28 21:37 spiral-no-sse.o
drwxrwxr-x 8 maroni maroni   4096 Jan 16 22:30 src
-rw-rw-r-- 1 maroni maroni   5720 Jan 28 21:36 text-mapper.o
-rw-rw-r-- 1 maroni maroni   2112 Jan 28 21:34 timesyncer.o
-rw-rw-r-- 1 maroni maroni   4920 Jan 28 21:35 uep-protection.o
-rw-rw-r-- 1 maroni maroni   8017 Jan 28 21:33 ui_audio-description.h
-rw-rw-r-- 1 maroni maroni  10858 Jan 28 21:33 ui_dabradio.h
-rw-rw-r-- 1 maroni maroni   2108 Jan 28 21:36 virtual-datahandler.o
-rw-rw-r-- 1 maroni maroni   4224 Jan 28 21:36 viterbi-768.o
-rw-rw-r-- 1 maroni maroni   2384 Jan 28 21:36 Xtan2.o
maroni@radio:~/dabradio$ ./linux-bin/dabradio-1.0
libEGL warning: DRI2: failed to authenticate
main: Detected system language "de_DE"
main: Set language "de_DE"
we could not load libmirsdrapi-rsp
If that is not the device you were expecting, do not worry
OK, functions seem to be loaded
Found Rafael Micro R820T tuner
[R82XX] PLL not locked!
samplerate set to 2048000
Supported gain values (29): 49,6 48,0 44,5 43,9 43,4 42,1 40,2 38,6 37,2 36,4 33,8 32,8 29,7 28,0 25,4 22,9 20,7 19,7 16,6 15,7 14,4 12,5 8,7 7,7 3,7 2,7 1,4 0,9 0,0 
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround40
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround41
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround50
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Expression 'ioctl( devHandle, SNDCTL_DSP_SPEED, &sr )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 421
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Hostapis: 2

Api 0 is ALSA

Api 1 is OSS

Investigating Device 0

 (output):item 1 wordt stream 0 (bcm2835 ALSA: - (hw:0,0))

Investigating Device 1

 (output):item 2 wordt stream 1 (bcm2835 ALSA: IEC958/HDMI (hw:0,1))

Investigating Device 2

 (output):item 3 wordt stream 2 (snd_rpi_hifiberry_dacplus: - (hw:1,0))

Investigating Device 3

 (output):item 4 wordt stream 3 (sysdefault)

Investigating Device 4

 (output):item 5 wordt stream 4 (pulse)

Investigating Device 5

 (output):item 6 wordt stream 5 (dmix)

Investigating Device 6

 (output):item 7 wordt stream 6 (default)

Investigating Device 7

added items to combobox
Suggested size for outputbuffer = 2560
stream opened
stream started
Suggested size for outputbuffer = 2560
Expression 'ret' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1736
Expression 'AlsaOpen( &alsaApi->baseHostApiRep, params, streamDir, &self->pcm )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1904
Expression 'PaAlsaStreamComponent_Initialize( &self->playback, alsaApi, outParams, StreamDirection_Out, NULL != callback )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 2175
Expression 'PaAlsaStream_Initialize( stream, alsaHostApi, inputParameters, outputParameters, sampleRate, framesPerBuffer, callback, streamFlags, userData )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 2840
Open ostream error

Suggested size for outputbuffer = 2560
stream opened
stream started
ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred

Thank you.

Manuel

from dabradio.

ADadlDudlDa avatar ADadlDudlDa commented on June 23, 2024

Here some more informations:

maroni@radio:~/dabradio$ lsusb
Bus 001 Device 007: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
Bus 001 Device 006: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 005: ID 04d9:a01c Holtek Semiconductor, Inc. 
Bus 001 Device 004: ID 0483:5750 STMicroelectronics 
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Could it be, that something with the drivers are wrong, becaue I am also getting the following erros:



maroni@radio:~$ rtl_fm -M fm -s 64k -o 4 -A fast -l 0 -E deemp -f 98.5M | play -r 64k -t raw -e s -b 16 -c 1 -V1 -Gespeichert in Bayern3.sh
Warning: -o is very buggy
Found 1 device(s):
play FAIL sox: --encoding: `speichert' is not one of: signed-integer, unsigned-integer, floating-point, ms-adpcm, ima-adpcm, oki-adpcm, gsm-full-rate, u-law, mu-law, a-law.
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to automatic.
rtl_fm: symbol lookup error: rtl_fm: undefined symbol: rtlsdr_set_bias_tee
maroni@radio:~$

Thank you.!!!

from dabradio.

ADadlDudlDa avatar ADadlDudlDa commented on June 23, 2024

Good Morning Jan,

its me again.

Yesterday the RTL_SDR command was not correct. Here the new command, but it also doesn't work:

maroni@radio:~$ rtl_fm -M fm -s 64k -o 4 -A fast -l 0 -E deemp -f 98.5M | play -r 64k -t raw -e s -b 16 -c 1 -V1
Warning: -o is very buggy
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

play:      SoX v14.4.1

play FAIL sox: missing filename

Usage summary: [gopts] [[fopts] infile]... [fopts] [effect [effopt]]...

SPECIAL FILENAMES (infile, outfile):
-                        Pipe/redirect input/output (stdin/stdout); may need -t
-d, --default-device     Use the default audio device (where available)
-n, --null               Use the `null' file handler; e.g. with synth effect
-p, --sox-pipe           Alias for `-t sox -'

SPECIAL FILENAMES (infile only):
"|program [options] ..." Pipe input from external program (where supported)
http://server/file       Use the given URL as input file (where supported)

GLOBAL OPTIONS (gopts) (can be specified at any point before the first effect):
--buffer BYTES           Set the size of all processing buffers (default 8192)
--clobber                Don't prompt to overwrite output file (default)
--combine concatenate    Concatenate all input files (default for sox, rec)
--combine sequence       Sequence all input files (default for play)
-D, --no-dither          Don't dither automatically
--effects-file FILENAME  File containing effects and options
-G, --guard              Use temporary files to guard against clipping
-h, --help               Display version number and usage information
--help-effect NAME       Show usage of effect NAME, or NAME=all for all
--help-format NAME       Show info on format NAME, or NAME=all for all
--i, --info              Behave as soxi(1)
--input-buffer BYTES     Override the input buffer size (default: as --buffer)
--no-clobber             Prompt to overwrite output file
-m, --combine mix        Mix multiple input files (instead of concatenating)
--combine mix-power      Mix to equal power (instead of concatenating)
-M, --combine merge      Merge multiple input files (instead of concatenating)
--magic                  Use `magic' file-type detection
--multi-threaded         Enable parallel effects channels processing
--norm                   Guard (see --guard) & normalise
--play-rate-arg ARG      Default `rate' argument for auto-resample with `play'
--plot gnuplot|octave    Generate script to plot response of filter effect
-q, --no-show-progress   Run in quiet mode; opposite of -S
--replay-gain track|album|off  Default: off (sox, rec), track (play)
-R                       Use default random numbers (same on each run of SoX)
-S, --show-progress      Display progress while processing audio data
--single-threaded        Disable parallel effects channels processing
--temp DIRECTORY         Specify the directory to use for temporary files
-T, --combine multiply   Multiply samples of corresponding channels from all
                         input files (instead of concatenating)
--version                Display version number of SoX and exit
-V[LEVEL]                Increment or set verbosity level (default 2); levels:
                           1: failure messages
                           2: warnings
                           3: details of processing
                           4-6: increasing levels of debug messages
FORMAT OPTIONS (fopts):
Input file format options need only be supplied for files that are headerless.
Output files will have the same format as the input file where possible and not
overriden by any of various means including providing output format options.

-v|--volume FACTOR       Input file volume adjustment factor (real number)
--ignore-length          Ignore input file length given in header; read to EOF
-t|--type FILETYPE       File type of audio
-e|--encoding ENCODING   Set encoding (ENCODING may be one of signed-integer,
                         unsigned-integer, floating-point, mu-law, a-law,
                         ima-adpcm, ms-adpcm, gsm-full-rate)
-b|--bits BITS           Encoded sample size in bits
-N|--reverse-nibbles     Encoded nibble-order
-X|--reverse-bits        Encoded bit-order
--endian little|big|swap Encoded byte-order; swap means opposite to default
-L/-B/-x                 Short options for the above
-c|--channels CHANNELS   Number of channels of audio data; e.g. 2 = stereo
-r|--rate RATE           Sample rate of audio
-C|--compression FACTOR  Compression factor for output format
--add-comment TEXT       Append output file comment
--comment TEXT           Specify comment text for the output file
--comment-file FILENAME  File containing comment text for the output file
--no-glob                Don't `glob' wildcard match the following filename

Using device 0: Generic RTL2832U OEM
AUDIO FILE FORMATS: 8svx aif aifc aiff aiffc al amb amr-nb amr-wb anb au avr awb caf cdda cdr cvs cvsd cvu dat dvms f32 f4 f64 f8 fap flac fssd gsm gsrt hcom htk ima ircam la lpc lpc10 lu mat mat4 mat5 maud nist ogg paf prc pvf raw s1 s16 s2 s24 s3 s32 s4 s8 sb sd2 sds sf sl sln smp snd sndfile sndr sndt sou sox sph sw txw u1 u16 u2 u24 u3 u32 u4 u8 ub ul uw vms voc vorbis vox w64 wav wavpcm wv wve xa xi
PLAYLIST FORMATS: m3u pls
AUDIO DEVICE DRIVERS: alsa

EFFECTS: allpass band bandpass bandreject bass bend biquad chorus channels compand contrast dcshift deemph delay dither divide+ downsample earwax echo echos equalizer fade fir firfit+ flanger gain highpass hilbert input# ladspa loudness lowpass mcompand mixer* noiseprof noisered norm oops output# overdrive pad phaser pitch rate remix repeat reverb reverse riaa silence sinc spectrogram speed splice stat stats stretch swap synth tempo treble tremolo trim upsample vad vol
  * Deprecated effect    + Experimental effect    # LibSoX-only effect
EFFECT OPTIONS (effopts): effect dependent; see --help-effect
Found Rafael Micro R820T tuner
Tuner gain set to automatic.
rtl_fm: symbol lookup error: rtl_fm: undefined symbol: rtlsdr_set_bias_tee
maroni@radio:~$

Are you sure, that I have to install all the RTL SDR drivers, which are listed on your instructions. Because for RTL SDR FM Radio I found that it simply works with "sudo apt-get install rtl-sdr"

Thank you

Manuel

from dabradio.

JvanKatwijk avatar JvanKatwijk commented on June 23, 2024

from dabradio.

JvanKatwijk avatar JvanKatwijk commented on June 23, 2024

from dabradio.

ADadlDudlDa avatar ADadlDudlDa commented on June 23, 2024

Good evening Jan,

🥇 now I am getting a radio signal!!!
image

Currently I am getting a lot of radio stations, but not all. So, I think I have to test with the different gain?!

Manuel

from dabradio.

ADadlDudlDa avatar ADadlDudlDa commented on June 23, 2024

Hi Jan it is me again.

can you give me a hint, what is the best way, to automatically start it when the RPI3 starts up?

Thank you.

Manuel

from dabradio.

JvanKatwijk avatar JvanKatwijk commented on June 23, 2024

from dabradio.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.