No description
Find a file
2025-09-03 14:05:13 +03:00
src Add basic interface 2025-09-03 14:05:13 +03:00
.gitignore Add basic interface 2025-09-03 14:05:13 +03:00
Makefile Add basic interface 2025-09-03 14:05:13 +03:00
README.md Update README.md 2025-08-25 19:57:46 +03:00

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.