diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/record.h | 9 | ||||
| -rw-r--r-- | src/stt.h | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/record.h b/src/record.h new file mode 100644 index 0000000..a5f12e4 --- /dev/null +++ b/src/record.h @@ -0,0 +1,9 @@ +#ifndef RECORD_H +#define RECORD_H + + +/* function that records stuff*/ + +int record(); + +#endif diff --git a/src/stt.h b/src/stt.h new file mode 100644 index 0000000..6c9edeb --- /dev/null +++ b/src/stt.h @@ -0,0 +1,6 @@ +#ifndef STT_H +#define STT_H + +int speechToText(char []); + +#endif |
