index
:
project-voicectrl
master
Pure C-based voice control system for Linux
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stt.h
blob: 6c9edeb202a6ae5a77e3483ac7ac1b456fbe1ed4 (
plain
)
1
2
3
4
5
6
#ifndef STT_H
#define STT_H
int
speechToText
(
char
[]);
#endif