Add initial implementation of two-tone detector with WAV file support and required dependencies

This commit is contained in:
2025-08-15 18:24:11 -04:00
commit aec3310ebf
7 changed files with 308 additions and 0 deletions

10
go.mod Normal file
View File

@ -0,0 +1,10 @@
module git.savin.nyc/alex/go-two-tone-detector-wav
go 1.25
require (
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.1.0
)
require github.com/go-audio/riff v1.0.0 // indirect