Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 901 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 901 Bytes

Alis

A lis-tener and music recognizer for FM radio stations.
Based on work done by the Gqrx team and GNURadio

Dependencies

  • SongRec
  • GNURadio with the following components:
    • gnuradio-runtime
    • gnuradio-analog
    • gnuradio-blocks
    • gnuradio-digital
    • gnuradio-filter
    • gnuradio-fft
  • gnuradio-osmosdr

Basic Usage

./alis start \
    --api-url http://localhost:6969/api \
    --api-key "your-api-key" \
    --device 0 \
    --recordings-dir ./recordings \
    --recording-duration 4 \
    --scheduler-interval 120 \
    --songrec /usr/bin/songrec

Docker build

docker buildx build --pull \
  -t bogdannbv/alis:latest \ 
  -t bogdannbv/alis:0.1.1 \
  .