Commit graph

8292 commits

Author SHA1 Message Date
Gregory John Casamento
efc901b79d Fix compilation error 2020-02-08 07:37:58 -05:00
Gregory John Casamento
347fa8c4e1 Update build to fred's suggestions. No more hardcoded entries 2020-02-08 07:01:46 -05:00
Gregory John Casamento
6539ed8913 Final cleanup of debug output 2020-02-08 06:44:43 -05:00
Gregory John Casamento
d415f526d7 Reduce info debugging. 2020-02-08 06:35:11 -05:00
Gregory John Casamento
928d816968 Update MISSING 2020-02-08 06:31:11 -05:00
Gregory John Casamento
4b3a7b5d15 Cleanup. 2020-02-08 06:25:10 -05:00
Gregory John Casamento
f05702d450 Stop thread properly and close utterance. 2020-02-08 06:22:14 -05:00
Gregory John Casamento
07bf3d32e4 Shut down server when all connections are dead 2020-02-08 06:08:27 -05:00
Gregory John Casamento
eda8259f53 Retain connection. 2020-02-08 03:58:13 -05:00
Gregory John Casamento
60cf308471 Collapse server into normal instance 2020-02-08 02:45:40 -05:00
Gregory John Casamento
3468a92539 Cleanup. Fix issues pointed out in review. 2020-02-07 04:50:40 -05:00
Gregory John Casamento
f823bf3021 Add headers 2020-02-07 04:35:35 -05:00
Gregory John Casamento
4ebc932cb3 Fix issues pointed out by fred 2020-02-07 04:25:39 -05:00
Gregory John Casamento
d3c1fd9724 More fixes to the recognizer 2020-02-06 04:29:51 -05:00
Gregory John Casamento
8320300fdd Cleanup speech synth implementation. Correct recognizer. 2020-02-06 03:15:18 -05:00
Gregory John Casamento
a9bc3fe5d9 Cleanup and some minor changes 2020-02-06 02:35:53 -05:00
Gregory John Casamento
92e00382c0 Make changes suggested by fred 2020-02-05 22:56:16 -05:00
Gregory John Casamento
e50bfcf35d Use a thread to start listening and release it when done. 2020-02-04 06:52:53 -05:00
Gregory John Casamento
1c792c3f40 Bring code into better compliance with GNUstep standards. 2020-02-04 06:20:36 -05:00
Gregory John Casamento
5ffc1ed127 Use NSLog instead of Pocketsphinx specific macros 2020-02-04 06:13:13 -05:00
Gregory John Casamento
ebefe3805b Merge branch 'master' into NSSpeechRecognizer_branch 2020-02-04 06:03:47 -05:00
Gregory John Casamento
72697f699c Complete initial implementation of speech recognizer 2020-02-04 05:26:52 -05:00
Gregory John Casamento
8c35633a56 Add delegate 2020-02-03 11:02:03 -05:00
Gregory John Casamento
0ab7edf05a Add start/end utterance calls 2020-02-03 08:13:08 -05:00
Gregory John Casamento
20fefae849 Fix link errors 2020-02-03 07:56:55 -05:00
Gregory John Casamento
2f8e9656a3 Fix compilation of recognizer using pocketsphinx. 2020-02-03 07:09:08 -05:00
Gregory John Casamento
eb506bd8ef Update gitignore. 2020-02-03 01:47:02 -05:00
Gregory John Casamento
f084aa177d Fix path 2020-02-03 01:05:58 -05:00
Gregory John Casamento
13e5b66acf Add needed .gitignore entries. 2020-02-03 01:05:00 -05:00
Gregory John Casamento
fbcc8c6ae4 Add files 2020-02-03 01:02:50 -05:00
Sergii Stoian
d1466b23ef
Merge pull request #52 from gnustep/randr
Keep menu inside visible screen frame.
2020-02-03 02:24:47 +02:00
Sergii Stoian
deec9c5932 * Source/GSTitleView.m (mouseDown:): add additional sanity checks
for NSScreen, NSWindow values.
2020-02-03 02:22:27 +02:00
Sergii Stoian
75cbfce281 * Source/GSTitleView.m (mouseDown): use [_window screen] instead
of [NSScreen mainScreen].
2020-02-02 22:40:43 +02:00
Gregory John Casamento
886cb4d0e8 Clean compile for speech recognizer server 2020-02-01 05:57:32 -05:00
Gregory John Casamento
ea2fe89e5f Fix compilation errors 2020-02-01 05:43:06 -05:00
Gregory John Casamento
b1f9f1fd78 Fix speech recognizer compilation 2020-02-01 04:41:52 -05:00
Gregory John Casamento
75122ac78e Server name to #define 2020-02-01 04:33:25 -05:00
Gregory John Casamento
f891819498 Add code to connect with server 2020-02-01 04:30:36 -05:00
Gregory John Casamento
9ee975860a Clean build for NSSpeechRecognizer 2020-02-01 04:16:48 -05:00
Gregory John Casamento
a880154841 NSSpeechRecognizer skeleton 2020-02-01 03:47:21 -05:00
Gregory John Casamento
11ac26b58a Speech recognition code 2020-01-31 05:27:48 -05:00
Gregory John Casamento
7e9fb9ed53 Fix conflicts 2020-01-31 04:43:30 -05:00
Gregory John Casamento
71a87523e4 Detect pocketsphinx_export.h header 2020-01-31 04:39:33 -05:00
Sergii Stoian
a7aa7d014d * Source/GSTitleView.m (mouseDown:): limit menu movement to screen
frame for top/left/right edges. Menu can be moved to the bottom until
  title is completely visible.
2020-01-31 02:31:19 +02:00
Gregory John Casamento
d526f6f50d Initial add of all files 2020-01-30 16:28:18 -05:00
Gregory John Casamento
82f9cbb96b Add HAVE_POCKETSPHINX_H to config.h.in 2020-01-30 14:29:20 -05:00
Gregory John Casamento
2b565697e5 Add code to configure.ac to compile speech recognition 2020-01-30 13:56:54 -05:00
Richard Frith-Macdonald
36343b81b1 Fix error in format string 2020-01-30 09:29:55 +00:00
Sergii Stoian
31d06161d5
Merge pull request #50 from trunkmaster/master
Update window position on screen parameters change
2020-01-28 15:13:35 +02:00
Sergii Stoian
71056e625a
Merge branch 'master' into master 2020-01-28 14:46:26 +02:00