package extractfreq import "testing" func TestPlotFFT(t *testing.T) { PlotFFT("test_files/440.flac", 96000, 440) }