RTL-SDR as FM radio on Linux

Although you don’t need GNUradio, it is a good idea to install it and the rtl_sdr wil be installed as well:

$ sudo apt install gnuradio
$ sudo apt install gr-osmosdr

You will need the audio “play” command, it is on sox package:

$ sudo apt install sox

And finally (105.1MHz is Antena1 in Belo Horizonte)

$ rtl_fm -M wbfm -f 105.1M | play -r 32k -t raw -e s -b 16 -c 1 -V1 -

5 thoughts on “RTL-SDR as FM radio on Linux

  1. Olha segui as instruções, mas após a última instrução )rtl_fm -M wbfm -f 105.1M | play -r 32k -t raw -e s -b 16 -c 1 -V1 -) não consegui sintonizar a estação. Faltou alguma coisa ou fiz ago de errado?

  2. Bem, não tinha instalado o comando rtl-sdr. Após instalar, ao executar o comando acima, recebi a seguinte mensagem:
    nogueira@Nitro5:~$ rtl_fm -M wbfm -f 105.1M | play -r 32k -t raw -e s -b 16 -c 1 -V1 –
    No supported devices found.

    -: (raw)

    File Size: 0
    Encoding: Signed PCM
    Channels: 1 @ 16-bit
    Samplerate: 32000Hz
    Replaygain: off
    Duration: unknown

    In:0.00% 00:00:00.00 [00:00:00.00] Out:0 [ | ] Clip:0
    Done

    Quais sispositivos eu teria que ter para sintonizar a Estação FM?

  3. Alan, acho que eu tenho que comprar um dispositivo destes. Eu estava imaginando que eu poderia ouvir a Emissora usando apenas o hardware do laptop… Me perdoe por minha ignorância (no bom sentido).

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s