0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
May 20, 2024 — May 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 20 years ago
(_nas_handle_server_error): Use fprintf instead of DBG since we don't have access to DBG in the library anyway. More... over 20 years ago
*** empty log message *** More... over 20 years ago
(_nas_handle_server_error): New function. (nas_open): Setup our own error handler. More... over 20 years ago
(LIB_SDAUDIO_REVISION): Incremented. More... over 20 years ago
*** empty log message *** More... over 20 years ago
(LIB_SDAUDIO_REVISION): Incremented. More... over 20 years ago
(_oss_open): Don't use O_NONBLOCK since this is some undocumented feature and doesn't have to work on other systems. (oss_play): Compute the number of bytes needed to send correctly with bytes_per_sample. (oss_play): Determine the optimal fragment size and available buffer space in OSS using SNDCTL_DSP_GETOSPACE ioctl(). (oss_play): DELAY is now in seconds rather than nanoseconds. (oss_play): If after the first write in the loop we still have a little data, but not a full fragment, we write them to OSS immediatelly. (oss_play): Better calculation of the timing shift (delay). More... over 20 years ago
*** empty log message *** More... over 20 years ago
(flite_kal): Provide --with-nas and --with-flite options. More... over 20 years ago
(nas_play): Correct type for event_handler. More... over 20 years ago
(spd_audio_open): Don't generare incompatible types warnings. More... over 20 years ago
(Funct): (*open) now returns int. More... over 20 years ago
(_festival_speak): Set FestivalMultiMode only if text not found in cache. More... over 20 years ago
*** empty log message *** More... over 20 years ago
(_flite_speak): oss_pars removed. Open and close audio device only at the beginning and end. More... over 20 years ago
(_festival_speak): oss_pars removed. festival_pars is used now. (_festival_speak): Open and close the audio device only at the beginning and end, not before and after playing each track. More... over 20 years ago
(device_name): New parameter of AudioID. More... over 20 years ago
(_oss_open): New function. (_oss_close): New function. (oss_open): Don't open OSS device. (oss_play): Open OSS device and close it again. (oss_close): Don't close OSS device. More... over 20 years ago
(FliteNASServer) "tcp/" added. More... over 20 years ago
(FestivalNASServer) "tcp/" added. More... over 20 years ago
*** empty log message *** More... over 20 years ago
*** empty log message *** More... over 20 years ago
More information about Flite and NAS support when building. More... over 20 years ago
(bin_PROGRAMS): The 'audio' target removed. This test was removed with the new audio subsystem. More... over 20 years ago
(oss_play): Adjust the volume in a copy of the track, not in the track itself, since this leads in degenerating the tracks maintained in cache. More... over 20 years ago
(modulebin_PROGRAMS): Compile the flite module according to the flite_support variable. More... over 20 years ago
*** empty log message *** More... over 20 years ago
Don't require flite libraries to be present. Report on whether flite libraries are available. (flite_support): New conditional variable. More... over 20 years ago
* src/audio/Makefile.am (libsdaudio_la_LDFLAGS): -L/usr/X11R6/lib added. More... over 20 years ago