This repository has been archived on 2019-12-11. You can view files and clone it, but cannot push or open issues/pull-requests.
jlaudio/lib/extractfreq/wip_test.go

8 lines
118 B
Go

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