Age | Commit message (Expand) | Author |
2008-12-07 | When resampling, don't require the sample frequency to be an integer. | Alexandre Ratchov |
2008-12-05 | expand slightly the description of adjusting files/sockets; ok ratchov | Jason McIntyre |
2008-11-26 | when recording .wav files overwrite user supplied parameters with | Alexandre Ratchov |
2008-11-23 | Use file input parameter as default device output and file output parameters | Alexandre Ratchov |
2008-11-20 | take into account socket parameters into calculation of device | Alexandre Ratchov |
2008-11-17 | - rename -s arg name to "socket" | Jason McIntyre |
2008-11-17 | tweak previous man page changes, and sync usage(); | Jason McIntyre |
2008-11-17 | in server mode full-duplex device is no more requierd, remove | Alexandre Ratchov |
2008-11-17 | allow aucat to run as server in play-only and record-only mode, so | Alexandre Ratchov |
2008-11-16 | trigger rproc->eof() and and wproc->hup() if POLLHUP event is set. | Alexandre Ratchov |
2008-11-16 | aucat stops the device when idle, remove the corresponding | Alexandre Ratchov |
2008-11-16 | allow aucat to listen on multiple sockets. Each socket carries its | Alexandre Ratchov |
2008-11-16 | add ``template'' parameters to sockets rather than using device | Alexandre Ratchov |
2008-11-16 | tweak previous; | Jason McIntyre |
2008-11-16 | make aucat compile without DEBUG defined (still defined by default) | Alexandre Ratchov |
2008-11-16 | in file_poll() the number of polled file structures is not equal to the | Alexandre Ratchov |
2008-11-16 | Make clients inherit the volume parameter when the -v option is used in | Alexandre Ratchov |
2008-11-12 | when destroying the device, mark the mixer and the demultiplexer | Alexandre Ratchov |
2008-11-11 | if the device disappear the mixer and demultiplexer chains are | Alexandre Ratchov |
2008-11-11 | remove the SIGNALS sections, describe signals in DESCRIPTION | Alexandre Ratchov |
2008-11-11 | expose the volume knob in server mode too | Alexandre Ratchov |
2008-11-11 | termninate non-server aucat when it's idle rather that using | Alexandre Ratchov |
2008-11-11 | when not in server mode, aucat terminates automatically using | Alexandre Ratchov |
2008-11-11 | escape minus signs; | Jason McIntyre |
2008-11-10 | add a per-stream ``soft volume'' knob and the corresponding -v option. | Alexandre Ratchov |
2008-11-09 | make aucat(1) stop automatically the audio(1) device if it's idle. This | Alexandre Ratchov |
2008-11-08 | set the default device to /dev/audio for legacy mode. | Alexandre Ratchov |
2008-11-08 | when dev_attach()ing play-only or record-only streams, don't | Alexandre Ratchov |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-11-07 | when attaching a new stream, don't overwrite it's parameters | Alexandre Ratchov |
2008-11-06 | drop/silence calculation is wrong when xrun occurs and client and | Alexandre Ratchov |
2008-11-04 | conversions are smarter now, remove corresponding ``BUGS'' item | Alexandre Ratchov |
2008-11-04 | split code that converts any->any in two parts: one to encode | Alexandre Ratchov |
2008-11-04 | cleanup: remove channel mapping bits from encoding conversion code. | Alexandre Ratchov |
2008-11-04 | add "new" conversion code to map any channel range into any other | Alexandre Ratchov |
2008-11-04 | cleanup: resample stream while in native format and remove resampling | Alexandre Ratchov |
2008-11-04 | optimization: add "new" resampling code (actually based on the existing | Alexandre Ratchov |
2008-11-03 | rename mixxxx and subxxx fields of struct abuf to avoid confusion: | Alexandre Ratchov |
2008-11-03 | A small optimization: handle most N-channel <-> M-channel conversions | Alexandre Ratchov |
2008-10-30 | since people often ask, add BUGS entry to explain why | Alexandre Ratchov |
2008-10-29 | chmod(2) the aucat socket, as if aucat(1) was started with | Alexandre Ratchov |
2008-10-28 | Use -Werror unconditionnaly again. | Miod Vallat |
2008-10-27 | No -Werror on m88k, hairy gcc bug generates false ``variable might be used | Miod Vallat |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |
2008-10-26 | zap `q' from the getopts string too, | Alexandre Ratchov |
2008-10-26 | sync SYNOPSIS and usage(); | Jason McIntyre |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |
2008-08-25 | minor tweak for removal of "[-d devel]" (change done in r1.19 and r1.21). | Igor Sobrado |
2008-08-20 | abuf_flush() must be called only from the ``xxx_in()'' routines (ie | Alexandre Ratchov |
2008-08-14 | fix comments suggested by eric@, remove stupid DPRINTF() | Alexandre Ratchov |