If you are writing or testing tone generation code in Lazarus, it’s really helpful to compare your output against a reference tone to verify frequencies, sample rates, and waveforms (sine, square, triangle).
When testing audio buffers or troubleshooting sound output, I usually drop a quick online generator like
https://frequencylama.com/ into a browser tab to quickly double-check frequencies by ear alongside what the program is producing.
Are you generating PCM samples manually in code, or using an external library like BASS or PortAudio?