0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
May 20, 2024 — May 20, 2025
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. More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
(module_close): Only close audio if festival_audio_id != NULL. 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. More... over 19 years ago
(_alsa_close): Only close the device if it wasn't closed earlier. More... over 19 years ago
Include oss.c, alsa.c and nas.c in EXTRA_DIST. 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. More... over 19 years ago
(spd_open): First create connection->stream and initialize mutexes and only later create the new events thread. More... over 19 years ago
(module_speak): Handle festival_connection_crashed == 1 More... over 19 years ago
If connection to Festival is broken, set festival_connection_crashed to 1. More... over 19 years ago
*** empty log message *** More... over 19 years ago
Unnecessary semaphore functions removed. More... over 19 years ago
(speak): Log error if the module can't say the message, but doesn't crash. More... over 19 years ago
* src/server/speechd.c (speechd_init): Semaphore initialization removed. 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. More... over 19 years ago
(output_send_data): New custom log branch: output_module. (output_send_data2): New function. More... over 19 years ago
*** empty log message *** More... over 19 years ago
(SPDSemaphore): Variable removed. More... over 19 years ago
(module_index_mark_store): SPDSemaphore: related functions removed. More... over 19 years ago
(main): Don't use semaphore. More... over 19 years ago
*** empty log message *** More... over 19 years ago
(_festival_speak): Signal STOPPED instead of END on festival_stop. More... over 19 years ago
(spd_open): Set no buffering for connection socket associated stream. More... over 19 years ago
(speaking_pipe): New global variable. More... over 19 years ago
(speechd_init): Init speaking_pipe. More... over 19 years ago
* src/server/speaking.c (speak): Use pipe instead of semaphore. More... over 19 years ago
(speaking_semaphore_post): Use pipe instead of semaphore. More... over 19 years ago
(output_read_reply): New function. (output_send_data): Use output_read_reply. More... over 19 years ago
(OutputModule) stream_out: New variable. More... over 19 years ago