static ImageSurface showLatestAudioRecordingAsFrequencyImage() { File f = latestAudioRecording(); if (f == null) null; ret showZoomedBWImage(f.getName(), wavToFrequencyImage(f)); }