UDP audio stream from Gqrx

Gqrx has an option to stream the audio over UDP with the following specifications:

  • Channels: 1 (left)
  • Sample rate: 48 kHz
  • Sample format: 16 bit signed, little endian (S16LE)

The audio stream can be received, for example, with the following Python program.