https://github.com/andeaseme/kift
Knight Industries Forty Two: Simple Voice User Interface
https://github.com/andeaseme/kift
c client cmusphinx server voice-recognition
Last synced: 6 days ago
JSON representation
Knight Industries Forty Two: Simple Voice User Interface
- Host: GitHub
- URL: https://github.com/andeaseme/kift
- Owner: andeaseme
- Created: 2017-06-05T18:15:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T03:13:21.000Z (almost 9 years ago)
- Last Synced: 2026-06-14T07:34:44.869Z (6 days ago)
- Topics: c, client, cmusphinx, server, voice-recognition
- Language: C
- Homepage:
- Size: 98.9 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knight Industries Forty Two
Project inspired by [KITT](https://en.wikipedia.org/wiki/KITT) from Knight Rider
## Description
Simple voice user interface software using [CMU Sphinx](http://cmusphinx.sourceforge.net/) speech recognition library.
Additional information available in [KIFT/resources/KIFT.pdf](https://github.com/andeaseme/KIFT/blob/master/resources/KIFT.pdf)
Tested on OS X 10.11
### Server
Handles all speech-to-text functionality, then saves command and audio history if the command is recognized by the client.
### Client
Sends the audio file to the server. Receives the text. Processes commands implemented in the client.
## Usage
### Compile and Run
```bash
make
./server
./client #seperate terminal
```
### User Input
For each command, run client
```bash
./client
```
Then speak your command from the list below into your microphone.
### Options
Default server address and port are 127.0.0.1 and 22005. Both can be modified.
```bash
./server [port_number]
```
```bash
./client [server_address [port_number]]
```
## Voice Command List
Set Egg Timer\
Show Me Temps\
Show Me Temperatures\
Open Google\
Open Google Music\
Open Music Player\
Send E-mail\
Show Me System Information (c) / System Information (python)\
Show Me Weather\
Who Am I\
Show Connected User\
Where Am I\
Lights\
Show History
#### Future updates: fix c client to work with diff ip