Translates to or from morse code sequence and plays morse code sounds
Built using gotk3 for ui and oto for playing morse code sounds
git clone https://github.com/irevenko/morse-code-desktop.git
cd morse-code-desktop
go get "https://github.com/gotk3/gotk3"
go get "https://github.com/hajimehoshi/oto"
install all gotk3 dependencies
go run main.go
- Using GTK3 bindings
- Working with Sound in Go (SineWave)
(c) 2021 Ilya Revenko. MIT License