FM transmission test with FL2000

My USB 3.0 to VGA adapter arrived a few days ago so I tested the FM transmission example.

I used my own command for file playing:

$ ffmpeg -re -i sample.mp3 -c:v none -f wav - | pv -B 256k | sox -t raw -r 44100 -e signed-integer -L -b 16 -c 2 - -c 1 -e signed-integer -b 16 -t raw - biquad 4.76963 -2.98129 0 1 0.78833 0 sinc -15k loudness 5 | ./osmo-fl2k/build/src/fl2k_fm - -s 130e6 -c 350e5 -i 44100

Results here:

And it really works! ๐Ÿ™‚

Sources

3 thoughts on “FM transmission test with FL2000”

  1. Thanks it works great!

    For now i want to transmit more than 1 fm stations. So that i can add a lot of internet radiostations to my fm radio.
    That is possible because you can transfer a large fm spectrum. Do you have an example how i can do that?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.