Riccardo Mottola
a4da1a1b5a
Fix standardizing absolute paths: first check for them, then add CWD
...
then standardize the path.
As we are, add a nil/empty string check for path.
2025-04-02 01:46:40 +02:00
Riccardo Mottola
e3da52aae3
Normalize path always and use it to check if it exists, not argc.
2025-04-01 01:34:27 +02:00
Sergei Golovin
94dc3a107a
* fix to build GSSpell in custom build dir
2022-02-22 17:26:54 +04:00
Gregory Casamento
6bc1bebf53
Add icon for speech synthesizer
2021-06-24 19:11:42 -04:00
Gregory Casamento
bf46505e08
Add icon for speech recognizer.
2021-06-24 19:00:51 -04:00
Gregory John Casamento
bacceb1a46
Prevent logging of content into public log. Only log server events
2020-02-11 06:37:49 -05:00
Gregory John Casamento
9953d7d132
Correct issue with detecting if app is in foreground
2020-02-11 06:11:43 -05:00
Gregory John Casamento
4ab70420a8
Add exception handling logic. I did this without using performSelector since it only occurs in a couple of places (it didn't seem worth the effort).
2020-02-09 19:55:46 -05:00
Gregory John Casamento
031868f73e
Changes to support multiple connections.
2020-02-09 05:30:35 -05:00
Gregory John Casamento
4b1d3c679f
Implement both ignoring all recognizers, but the ones specified and ignoring when app is not active.
2020-02-08 15:01:31 -05:00
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
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
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
fbcc8c6ae4
Add files
2020-02-03 01:02:50 -05: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
a880154841
NSSpeechRecognizer skeleton
2020-02-01 03:47:21 -05:00
Gregory John Casamento
7e9fb9ed53
Fix conflicts
2020-01-31 04:43:30 -05:00
Gregory John Casamento
d526f6f50d
Initial add of all files
2020-01-30 16:28:18 -05:00
Gregory John Casamento
2b565697e5
Add code to configure.ac to compile speech recognition
2020-01-30 13:56:54 -05:00
fredkiefer
b17b443266
* Tools/speech/GNUmakefile,
...
* configure.ac: Give up on dynamic library detecion.
* configure: Regnerate
2018-01-29 18:37:19 +01:00
fredkiefer
9a889f5c48
* configure.ac: Improve checks for flite.
...
* configure: Regnerate
* Tools/speech/GNUmakefile: Use variables for flite libraries.
* Tools/speech/FliteSpeechEngine.m: Switch to use register_cmu_us_kal16.
2018-01-28 21:45:16 +01:00
Gregory John Casamento
b9b0b3b56f
Add missing semicolon.
2018-01-22 18:03:14 -05:00
Gregory John Casamento
f261f1e025
Fix compilation error in connectionDied:
2018-01-22 17:45:27 -05:00
fredkiefer
57cf738c8b
* Tools/speech/GNUmakefile: Remove specific OBJC flags.
...
Fixes bug #46939.46939
2018-01-21 14:32:43 +01:00
Riccardo Mottola
6cd6d89591
revert commit of local changes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39392 72102866-910b-0410-8b05-ffd578937521
2016-02-17 22:07:44 +00:00
Riccardo Mottola
2031571d37
add solaris special case
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39384 72102866-910b-0410-8b05-ffd578937521
2016-02-16 22:42:59 +00:00
Germán Arias
3560e6575e
Fix flag.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36666 72102866-910b-0410-8b05-ffd578937521
2013-05-27 23:13:31 +00:00