@nixCraft for i in {100..3000..100}; do ffplay -f lavfi -i "sine=frequency=${i}:duration=0.1" -autoexit -nodisp -loglevel quiet; done

The "3000" will trigger my tinitus, whereas a "2000" doesn't quite get there. ;-)