Sanity check: Trivial CLI sine program, minimal code, using JUCE

I want to write a simple wavetable sine program without a GUI using the CLI project template. I found a million different parts of the library related to accessing the audio system but no clear tutorial for getting sound with as little code as possible. I just want to write a simple program to run on the CLI that can synthesize simple sound.

I think roughly the same question was asked/anwered 5 days ago in this forum… Most Minimalist Sound Only Explanation of Juce

Does this help you?

Great! Yeah man I just want to be able to practice doing very simple stuff.