Skip to content

A hacked-together FM Radio listener and song-recognizer

License

Notifications You must be signed in to change notification settings

bogdannbv/peaer-alis

Repository files navigation

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 \
  .

About

A hacked-together FM Radio listener and song-recognizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages