https://github.com/aitjcize/qwertickle
Typewriter sound effect for your keyboard on Linux
https://github.com/aitjcize/qwertickle
Last synced: about 1 year ago
JSON representation
Typewriter sound effect for your keyboard on Linux
- Host: GitHub
- URL: https://github.com/aitjcize/qwertickle
- Owner: aitjcize
- License: gpl-3.0
- Created: 2010-09-16T07:44:00.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2014-03-08T18:46:05.000Z (over 12 years ago)
- Last Synced: 2025-04-13T12:52:14.600Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 355 KB
- Stars: 31
- Watchers: 5
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Qwertickle
A typewriter sound scheme for your keyboard!
Qwertickle is a Linux clone of Qwertick (http://www.nattyware.com/qwertick.php) by Nattyware, written by Gtk+ and Gstreamer.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Note
The sound effect used in this program is from http://www.soundjay.com, any form of redistribution is prohibited.
## Build on Ubuntu 13.10
1. Install build dependences
sudo apt-get install autoconf automake libtool libgtk2.0-dev libgstreamer0.10-dev libxtst-dev xorg-dev
2. Update
AM_VERSION=-1.14
to
AM_VERSION=-1.13
in autogen.sh
3. run
./autogen.sh
./configure
make
## Install on Ubuntu 13.10
1. run
sudo make install
2. Install mp3 codec for gstreamer
sudo apt-get install gstreamer0.10-fluendo-mp3 gstreamer1.0-fluendo-mp3