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 15 hours
ago. based on code collected
about 15 hours
ago.
May 20, 2024 — May 20, 2025
Showing page 80 of 137
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
(_alsa_open): Don't initialize hw_params. (_alsa_open): Don't open pipes. (alsa_play): Initialize/free hw_params and pipes. _alsa_open was now splitted into two parts in the hope to avoid crack sounds and go around the buggy place in alsa lib which brings all ALSA apps down when reached.
Hynek Hanke
More...
over 19 years ago
*** empty log message ***
Hynek Hanke
More...
over 19 years ago
*** empty log message ***
Hynek Hanke
More...
over 19 years ago
(module_close): Only close audio if festival_audio_id != NULL.
Hynek Hanke
More...
over 19 years ago
(main): fclose(stdout) and fclose(stderr) removed since this would free the first three file descriptors and some function might use them, although daemon() will subsequently close them. (main): Call pthread_create() only after daemon(). For some reason, threads don't mix with daemon.
Hynek Hanke
More...
over 19 years ago
(_alsa_close): Only close the device if it wasn't closed earlier.
Hynek Hanke
More...
over 19 years ago
Include oss.c, alsa.c and nas.c in EXTRA_DIST.
Hynek Hanke
More...
over 19 years ago
(oss_play): Don't fail if it's not possible to set the exact bitrate, just log it as an error.
Hynek Hanke
More...
over 19 years ago
(spd_open): First create connection->stream and initialize mutexes and only later create the new events thread.
Hynek Hanke
More...
over 19 years ago
(module_speak): Handle festival_connection_crashed == 1
Hynek Hanke
More...
over 19 years ago
If connection to Festival is broken, set festival_connection_crashed to 1.
Hynek Hanke
More...
over 19 years ago
*** empty log message ***
Hynek Hanke
More...
over 19 years ago
Unnecessary semaphore functions removed.
Hynek Hanke
More...
over 19 years ago
(speak): Log error if the module can't say the message, but doesn't crash.
Hynek Hanke
More...
over 19 years ago
* src/server/speechd.c (speechd_init): Semaphore initialization removed.
Hynek Hanke
More...
over 19 years ago
(speak): Activity events POLLPRI added to POLLIN. (is_sb_speaking): Use speaking_semaphore_post() after CANCEL notification from output module.
Hynek Hanke
More...
over 19 years ago
(output_send_data): New custom log branch: output_module. (output_send_data2): New function.
Hynek Hanke
More...
over 19 years ago
*** empty log message ***
Hynek Hanke
More...
over 19 years ago
(SPDSemaphore): Variable removed.
Hynek Hanke
More...
over 19 years ago
(module_index_mark_store): SPDSemaphore: related functions removed.
Hynek Hanke
More...
over 19 years ago
(main): Don't use semaphore.
Hynek Hanke
More...
over 19 years ago
*** empty log message ***
Hynek Hanke
More...
over 19 years ago
(_festival_speak): Signal STOPPED instead of END on festival_stop.
Hynek Hanke
More...
over 19 years ago
(spd_open): Set no buffering for connection socket associated stream.
Hynek Hanke
More...
over 19 years ago
(speaking_pipe): New global variable.
Hynek Hanke
More...
over 19 years ago
(speechd_init): Init speaking_pipe.
Hynek Hanke
More...
over 19 years ago
* src/server/speaking.c (speak): Use pipe instead of semaphore.
Hynek Hanke
More...
over 19 years ago
(speaking_semaphore_post): Use pipe instead of semaphore.
Hynek Hanke
More...
over 19 years ago
(output_read_reply): New function. (output_send_data): Use output_read_reply.
Hynek Hanke
More...
over 19 years ago
(OutputModule) stream_out: New variable.
Hynek Hanke
More...
over 19 years ago
←
1
2
…
76
77
78
79
80
81
82
83
84
…
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