forked from GunioRobot/speechcontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
61 lines (46 loc) · 2.43 KB
/
Copy pathREADME
File metadata and controls
61 lines (46 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# SpeechControl
Speech recognition software for human beings.
***
Website: http://wiki.thesii.org/SpeechControl
GitHub: https://github.com/thesii/speechcontrol
## Introduction
SpeechControl's the attempt of the Synthetic Intellect Institute to
provide an efficient means of speech recognition technologies to the
Linux desktop. SpeechControl is a speech recognition toolkit, allowing
you to:
* train multiple acoustic models
* manipulate and redistribute sessions made with SpeechControl.
* upload session information to VoxForge
* dictate text to applications
* control your desktop using arbitrary commands
* provide speech recognition to other applications
## Bug Reporting
Any and all bugs should be reported to http://bugs.thesii.org
That link points to the issue tracking system used to maintain any and all
activities pertaining to SpeechControl. The exact link for bug reporting
when it comes to SpeechControl is
http://bugs.thesii.org/enter_bug.cgi?product=speechcontrol.
It's recommended that you first test if SpeechControl works on your system
and then try debugging SpeechControl. To produce meaningful information
for SpeechControl bug reporting, try building SpeechControl with
CMAKE_BUILD_TYPE set to 'RelWithDebInfo' or 'Debug'. Check the INSTALL
file for more information about the build and execution cycle of SpeechControl.
It's also recommended that if you're testing or building SpeechControl and would
like to produce a useful report that you run SpeechControl under a debugger like
the GNU Debugger (gdb). To do so, from the terminal, invoke the following:
$ gdb 'src/app/speechcontrol'
You should then re-run the same procedure you invoked to cause that error to
occur and provide this information in a bug report on the Institute's tracker at
http://tasks.thesii.org. You can provide more information by taking a look at
README.tests.
## Contact
You can reach the development team behind SpeechControl at their
mailing list spchcntrl-devel@thesii.org. The people who helped produce
and also use SpeechControl have a mailing list at spchcntrl-users@thesii.org.
You can openly subscribe and add content to both of these mailing lists.
Thank you for using our software. More information regarding SpeechControl
can be found at http://thesii.org/wiki/SpeechControl.
***
One Vision. One Purpose
The Synthetic Intellect Institute :: F/OSS AI
http://www.thesii.org :: spchcntrl-users@thesii.org :: #sii-speechcontrol on irc.freenode.net