https://github.com/mmore/godown
A talking countdown written in golang.
https://github.com/mmore/godown
Last synced: about 1 year ago
JSON representation
A talking countdown written in golang.
- Host: GitHub
- URL: https://github.com/mmore/godown
- Owner: MMore
- License: other
- Created: 2015-04-11T17:44:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T20:46:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T02:43:43.544Z (over 1 year ago)
- Language: Go
- Size: 6.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godown
A talking countdown written in golang.
### Installation
Unfortunately this application has dependencies. Currently (2015-04-11) there is no os independent possiblity to play audio files in golang :(
Install [CSFML](http://www.sfml-dev.org/download/csfml/) (tested with `v2.3`).
#### Linux
Install [SFML](http://www.sfml-dev.org/download/sfml/2.3/). Then just download the [godown](https://github.com/MMore/godown/releases/download/v1.0.1/godown) binary and use it.
#### Mac OS X
Clone this repository to your machine and execute `make install_deps_osx`, which installs the dependencies for you. Then just just download the [godown](https://github.com/MMore/godown/releases/download/v1.0.1/godown) binary and use it.
If you already have a working CSFML and SFML, you can install it from source with `go get github.com/MMore/godown`.
### Usage
`godown [] `
Flags:
* --female male or female voice
* --lang=en english (en) or german (de) language
Args:
* duration of the countdown (i.e. 1m30s)
### Tested Environments
* Mac OS X Yosemite and go1.4.1
* Mac OS X High Sierra and go1.8.1
### License
[LICENSE](LICENSE)
## Copyright
Made by Mathias Nestler (c) 2015. Feel free to contribute!
Sounds Copyright Epic games (Unreal Tournament 2004)