A lis-tener and music recognizer for FM radio stations.
Based on work done by the Gqrx team and GNURadio
- SongRec
- GNURadio with the following components:
- gnuradio-runtime
- gnuradio-analog
- gnuradio-blocks
- gnuradio-digital
- gnuradio-filter
- gnuradio-fft
- gnuradio-osmosdr
./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 buildx build --pull \
-t bogdannbv/alis:latest \
-t bogdannbv/alis:0.1.1 \
.