No description
Find a file
2025-08-25 19:57:46 +03:00
demo Add frequency indicator and full colours 2025-08-24 03:48:54 +03:00
src Improve axes labels 2025-08-25 19:16:14 +03:00
.gitignore Improve axes labels 2025-08-25 19:16:14 +03:00
Makefile Update README.md 2025-08-25 19:57:46 +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.