Skip to content

IMSterling/soundPositionTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound Position Timer

Graphic clock timer to measure the duration of sound positions within syllables. Measure sounds for 2 second, 1 second, and half second syllable durations. Frequently used by speech language pathologists to treat patients with a stutter. The hand rotates at a default 4 seconds per rotation but can be speed up or slowed down as needed.

Setup

Download a Golang version >= 1.23.2. Upon successful download verify versioning with

$ go version

Clone this repository

$ git clone https://github.com/IMSterling/soundPositionTimer.git

Build an executable

$ go build -o soundPositionTimer main.go

Run the built file

$ ./soundPositionTimer

[Optional] Add the executable to your system's PATH so you can run the executable from anywhere

Implementation details

  • This tool is build using Gio and is designed to be platform agnostic. It runs on MacOSX, Linux, and Windows.
  • This implementation borrows heavily from this fantastic Gio tutorial

Contact

  • Got questions? Email me at ianmcdiarmidsterling at gmail dot com

About

Speech Pathology tool for treating a stutter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages