Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 854 Bytes

Quad Channel FM Decoder

Built with GNU Radio Companion and osmosdr, this script will allow a user to tune an SDR to a portion of the spectrum where multiple radio stations can be seen at the same time. Using the sub-channel tuning knobs, up to 4 individual FM Radio Stations can be decoded at the same time.

Quad-Channel FM Decoder

Stream Recording

By default, each of the 4x tuners will save a stream recording to disk.

Network Streaming

By default, each of the 4x tuners will open a TCP socket, awaiting connections from clients. This socket will stream the raw output received by the tuner. This stream may then be processed by tools like Audacity.

Tuner 1: TCP/2000
Tuner 2: TCP/2001
Tuner 3: TCP/2002
Tuner 4: TCP/2003