openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
speech-dispatcher
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
May 27, 2024 — May 27, 2025
Showing page 74 of 137
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added options pid-file.
Hynek Hanke
More...
almost 19 years ago
*** empty log message ***
Hynek Hanke
More...
almost 19 years ago
*** empty log message ***
Hynek Hanke
More...
almost 19 years ago
Typos in docstrings. (Speaker): Docstring clarification. Method say() removed.
Hynek Hanke
More...
almost 19 years ago
*** empty log message ***
Tomas Cerha
More...
almost 19 years ago
(Client): New class.
Tomas Cerha
More...
almost 19 years ago
*** empty log message ***
Tomas Cerha
More...
almost 19 years ago
`Client' -> `SSIPClient'. (ClientTest): -> `SSIPClientTest'. (SSIPClientTest.check_escapes) (SSIPClientTest.check_voice_properties) (SSIPClientTest.check_other_commands): `say' -> `speak'. (SpeakerTest): New test class.
Tomas Cerha
More...
almost 19 years ago
(Module): Docstring updated. (Client): Class renamed to `SSIPClient'. (SSIPClient): Docstring improved. (SSIPClient.__init__): Don't initialize `self._current_priority'. (SSIPClient.set_priority): Added docstring. Always send the command. Don't check `self._current_priority'. (SSIPClient.say): Method renamed to `speak'. (SSIPClient.speak, SSIPClient.char, SSIPClient.key) (SSIPClient.sound_icon): The arguent `priority' removed. Don't set the priority here. (Speaker): New class.
Tomas Cerha
More...
almost 19 years ago
*** empty log message ***
Tomas Cerha
More...
almost 19 years ago
(Client.__init__): `self._priority' renamed to `self._current_priority'. (Client.set_priority): `self._priority' -> `self._current_priority'. (Client._set_priority): Renamed to `set_priority'. (Client.char, Client.key, Client.sound_icon, Client.say): `self._set_priority' -> `self.set_priority'. (Client.pause): Improved docstring formatting.
Tomas Cerha
More...
almost 19 years ago
*** empty log message ***
Tomas Cerha
More...
almost 19 years ago
Minor cosmetic change.
Tomas Cerha
More...
almost 19 years ago
Import `speechd' not `client'. (Client): Renamed to `ClientTest'. (ClientTest._client): New method. (ClientTest.check_escapes, ClientTest.check_voice_properties) (ClientTest.check_other_commands): New methods. (ClientTest.check_it): Method split into the above new methods.
Tomas Cerha
More...
almost 19 years ago
Don't import `string'. (SSIPCommandError, SSIPDataError): Docstrings improved. (_SSIP_Connection.NEWLINE): Renamed to `_NEWLINE'. (_SSIP_Connection.END_OF_DATA_SINGLE): Renamed to `_END_OF_DATA_MARKER'. (_SSIP_Connection.END_OF_DATA_ESCAPED_SINGLE): Renamed to `_END_OF_DATA_MARKER_ESCAPED'. (_SSIP_Connection.END_OF_DATA_BEGIN) (_SSIP_Connection.END_OF_DATA_ESCAPED_BEGIN): Constants removed. (_SSIP_Connection.END_OF_DATA): Renamed to `_END_OF_DATA'. (_SSIP_Connection.END_OF_DATA_ESCAPED): Renamed to `_END_OF_DATA_ESCAPED'. (_SSIP_Connection._readline): Docstring improved. `self.NEWLINE' -> `self._NEWLINE'. (_SSIP_Connection.send_command): `self.NEWLINE' -> `self._NEWLINE'. (_SSIP_Connection.send_data): Use new constant names. (Client.__init__): Initialize the `_priority' attribute to None. (Client._set_priority): Only set the priority if it is different than the last priority stored in the `_priority' attribute. Set this attribute on change. (Client.char): Replace the space by `space' as required by SSIP.
Tomas Cerha
More...
almost 19 years ago
File removed.
Tomas Cerha
More...
almost 19 years ago
*** empty log message ***
Olivier BERT
More...
almost 19 years ago
* Updated cicero module
Olivier BERT
More...
almost 19 years ago
Captions, debugging.
Hynek Hanke
More...
almost 19 years ago
*** empty log message ***
Hynek Hanke
More...
almost 19 years ago
*** empty log message ***
Tomas Cerha
More...
almost 19 years ago
*** empty log message ***
Tomas Cerha
More...
almost 19 years ago
(Client.set_rate, _SSIP_Connection.send_command): Use the `Scope' constants for assertions. (_SSIP_Connection.close): Unset the `_socket' attribute. (PunctuationMode): New class. (Client.__init__, Client._set_priority): Use the `Scope' constants. (Client.say): Don't set the priority if it is 'MESSAGE'. (Client.set_pitch, Client.set_rate, Client.set_volume) (Client.set_voice, Client.set_pause_context): Use `isinstance' instead of comparint types. (Client.set_punctuation): Use the 'PunctuationMode' constants for assertions.
Tomas Cerha
More...
almost 19 years ago
*** empty log message ***
Tomas Cerha
More...
almost 19 years ago
(SSIPCommandError) (_CommunicationError): Renamed to `SSIPError'. (CommandError): Renamed to `SSIPCommandError'. (SendDataError): Renamed to `SSIPDataError'. (_SSIP_Connection.send_command): Added an assertion on the 'scope' argument for certain commands. (_SSIP_Connection.send_command): `CommandError' -> `SSIPCommandError'. (_SSIP_Connection.send_data): `SendDataError' -> `SSIPDataError'. (Scope, Priority): New classes. (Client): Derive from `object'. Some doc added. (Client.__init__): The `port' default value set to `None'. (Client.__set_priority): Renamed to `_set_priority()'. (Client._set_priority): Use the `Priority' constants for assertion. (__check_scope): Method removed. (Client.say, Client.char, Client.key, Client.sound_icon): Use `Priority' constants for default values. `__set_priority()' -> `_set_priority()'. Docstrings updated. (Client.char): Don't replace space by "space". (Client.cancel, Client.stop, Client.resume, Client.set_language) (Client.set_pitch, Client.set_rate, Client.set_volume) (Client.set_punctuation, Client.set_spelling) (Client.set_cap_let_recogn, Client.set_voice) (Client.set_pause_context): Use `Scope' constants for default values. Don't call `__check_scope()'. Docstrings updated.
Tomas Cerha
More...
almost 19 years ago
*** empty log message ***
Tomas Cerha
More...
almost 19 years ago
(_SSIP_Connection.__init__): Initialize the `_buffer' attribute. (_SSIP_Connection._readline): Read data from the socket using a buffer, not character by character... (Client.__init__): Require the `name' argument. Changed the default value of `user' to `unknown' and `component' to `default'. (Client.pause): Cosmetical change.
Tomas Cerha
More...
almost 19 years ago
Include Python and Guile files in the distribution.
Hynek Hanke
More...
almost 19 years ago
*** empty log message ***
Hynek Hanke
More...
almost 19 years ago
* Added the cicero TTS output module
Olivier BERT
More...
almost 19 years ago
←
1
2
…
70
71
72
73
74
75
76
77
78
…
136
137
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree