No description
| src | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
FrequenC
Yes, the name is an unfunny pun.
This is a radio frequency visualiser for the terminal written in C.
Building
The project requires ncurses and libsndfile.
If like you're me and mixing homebrew libraries with MacOS's gcc,
use these 2 commands to fix compilation:
export CPATH=/opt/homebrew/include
export LIBRARY_PATH=/opt/homebrew/lib
Currently, the main wrapped is not ready, and you can only build demos:
make wav-demo for a demo that reads data from a .wav I/Q file, and
make txt-demo for one that reads from a text file and assumed 48khz.