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
about 13 hours
ago. based on code collected
about 13 hours
ago.
May 27, 2024 — May 27, 2025
Showing page 72 of 137
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Text wrapping fixed.
Tomas Cerha
More...
over 18 years ago
*** empty log message ***
Hynek Hanke
More...
over 18 years ago
Version number 0.6.2test1
Hynek Hanke
More...
over 18 years ago
Conflict resolved.
Hynek Hanke
More...
over 18 years ago
*** empty log message ***
Hynek Hanke
More...
over 18 years ago
(AutomaticTest.test_callbacks): Removed comment about Scope.SELF not working. Added TODO comment about fixing this test.
Hynek Hanke
More...
over 18 years ago
* src/server/compare.c (compare_message_uid): Remove unnecessary assertion.
Hynek Hanke
More...
over 18 years ago
Copyright.
Hynek Hanke
More...
over 18 years ago
(insert_index_marks): Assert msg->buf != NULL.
Hynek Hanke
More...
over 18 years ago
* src/server/speaking.c (queue_remove_message): New function. (empty_queue): Use queue_remove_message. (empty_queue_by_time): Use queue_remove_message. (message_nto_speak): Spelling.
Hynek Hanke
More...
over 18 years ago
(main): Increased number of connections to hold in the listen() queue to 50. Copyright.
Hynek Hanke
More...
over 18 years ago
(_SSIP_Connection.__init__): Thread name changed. (SSIPClient.__init__): Allocate lock. (SSIPClient._callback_handler): Lock before accessing `self._callbacks'. (SSIPClient.speak): Added more doc. Lock before accessing `self._callbacks'.
Tomas Cerha
More...
over 18 years ago
*** empty log message ***
Tomas Cerha
More...
over 18 years ago
(SSIPClientTest.check_callbacks): Wait for callbacks after canceling messages. (TestSuite): Class removed. (tests): Instance removed. (SSIPClientTest): Class split into `AutomaticTest' and `VoiceTest'. (_SSIPClientTest, AutomaticTest, VoiceTest): New classes. (SpeakerTest): Class removed. (get_tests): Function removed.
Tomas Cerha
More...
over 18 years ago
(SSIPClient._callback_handler) (SSIPClient.speak): Removed prints.
Tomas Cerha
More...
over 18 years ago
(SSIPClientTest.check_callbacks): Wait for callbacks after canceling messages.
Tomas Cerha
More...
over 18 years ago
Updates in src/modules/cicero.c, see ChangeLog
Olivier BERT
More...
over 18 years ago
Fix of previous commit.
Tomas Cerha
More...
over 18 years ago
(SSIPClientTest.check_callbacks): New test. (SSIPClientTest.check_notification): Temporarily commented out.
Tomas Cerha
More...
over 18 years ago
*** empty log message ***
Tomas Cerha
More...
over 18 years ago
(_SSIP_Connection._CALLBACK_TYPE_MAP): New constant. (_SSIP_Connection.__init__): Initialize `self._callback' instead of `self._callbacks'. (_SSIP_Connection._communication): Docstring reformatted. The whole event dispatching rewritten to use `_CALLBACK_TYPE_MAP' and use a single callback function. (_SSIP_Connection.send_command): Docstring typo fixed. (_SSIP_Connection.send_data): Docstring typo fixed. (_SSIP_Connection.send_data): Return also server response data. (_SSIP_Connection.set_callback): Argument `events' removed. Docstring updated and extended. (SSIPClient.__init__): Find out and store the client id. Register callback and turn on notifications for all supported event types. (SSIPClient._callback_handler): New method. (SSIPClient.speak): New keyword arguments `callback' and `event_types'. Docstring extended. Convert `text' to `utf-8' if it is a unicode instance. (SSIPClient.char): Convert `char' to `utf-8' if it is a unicode instance. (SSIPClient.set_notification): Method removed. (SSIPClient.close): Only operate on `self._conn' if it is defined.
Tomas Cerha
More...
over 18 years ago
(spd_char): Execute CHAR command without mutex! (RET): Unlock mutex in RET. (spd_events_handler):
Hynek Hanke
More...
over 18 years ago
*** empty log message ***
Hynek Hanke
More...
over 18 years ago
(LIB_SDAUDIO_AGE): LIB_SPD_REVISION=2
Hynek Hanke
More...
over 18 years ago
*** empty log message ***
Hynek Hanke
More...
over 18 years ago
(parse_stop, parse_stop): Added mutexes around speaking_stop*() calls.
Hynek Hanke
More...
over 18 years ago
*** empty log message ***
Hynek Hanke
More...
over 18 years ago
(spd_get_client_list): removed. : Copyright updated.
Hynek Hanke
More...
over 18 years ago
* speechd/client.py: IMPORTANT: On initialization of the connection, new lateral thread is started to handle the communication. This thread is terminated when the connection is closed. (_SSIP_Connection._com_buffer): New attribute. (_SSIP_Connection._callbacks): New attribute. (_SSIP_Connection._ssip_reply_semaphore): New attribute. (_SSIP_Connection._communication_thread): New attribute. (_SSIP_Connection.send_command): 'or isinstance(args[0], int)' added back again. This is valid SSIP. (SSIPClient.set_notification): New public API function.
Hynek Hanke
More...
over 18 years ago
(SSIPClientTest.check_notification.my_callback): New test.
Hynek Hanke
More...
over 18 years ago
←
1
2
…
68
69
70
71
72
73
74
75
76
…
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