repositorypackage
0.0.0-20181025170752-0ac57b34230a
Repository: https://github.com/denhaidash/spectrum.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Spectrum analyzer
Spectrum analyzer of WAV signals based on Fast Fourier Transform and written in Go
Usage
go run main.go pathToWavFile pathToPngOutputFile
Example
go run main.go ./samples/samplePulse.wav ./spectrumPulse.png