Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-10 | Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does. | Alexandre Ratchov | |
discussed with jmc@ | |||
2009-03-17 | - rename the arg to -b "nframes" and sync usage() | Jason McIntyre | |
- grammar fix for the server section from Thomas Pfaff ok ratchov | |||
2009-03-17 | DESCRIPTION should also note aucat's ability to act as a server | Alexandre Ratchov | |
from jmc@ | |||
2009-02-27 | say that aucat can act as audio server in the NAME section | Alexandre Ratchov | |
ok jmc | |||
2009-02-04 | document server mode with help from jmc@ | Alexandre Ratchov | |
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov | |
permissions 0700, and create sockets in it. This prevents one local user to eavesdrop or disturb audio programs of other users. if you're using the ``-s socket'' option with an absolute path as argument, please update it to use a socket name. requested by many, bits from jakemsr and otto ok jakemsr | |||
2009-01-23 | catch SIGHUP and SIGTERM too, to ensure that recorded files are | Alexandre Ratchov | |
properly closed and sockets are cleaned up. | |||
2009-01-10 | tweak previous; | Jason McIntyre | |
2009-01-10 | add "loopback" mode in which input is connected to the output. | Alexandre Ratchov | |
This is useful to mix, demultiplex, resample or reencode audio files off-line. tweak + ok jakemsr | |||
2008-12-05 | expand slightly the description of adjusting files/sockets; ok ratchov | Jason McIntyre | |
2008-11-17 | - rename -s arg name to "socket" | Jason McIntyre | |
- condense EXAMPLES into a single screenful ok ratchov | |||
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 | |
corresponding entry from BUGS section | |||
2008-11-17 | allow aucat to run as server in play-only and record-only mode, so | Alexandre Ratchov | |
it can be used on play-only, record-only and half-duplex devices. ok jakemsr | |||
2008-11-16 | aucat stops the device when idle, remove the corresponding | Alexandre Ratchov | |
entry from BUGS section. | |||
2008-11-16 | allow aucat to listen on multiple sockets. Each socket carries its | Alexandre Ratchov | |
channel and volume settings allowing multiple configuration to coexist. Mostly useful for envy(4)-like devices, but can be used to force different apps to use different settings. | |||
2008-11-16 | tweak previous; | Jason McIntyre | |
2008-11-16 | Make clients inherit the volume parameter when the -v option is used in | Alexandre Ratchov | |
server mode. It gives the maximum volume a client may have. This wastes dynamic range, but allows volume to stay constant when other clients connect or disconnect. | |||
2008-11-11 | remove the SIGNALS sections, describe signals in DESCRIPTION | Alexandre Ratchov | |
from jmc@ | |||
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 | |
The code will be useful later for the volume knob in the sndio API. | |||
2008-11-04 | conversions are smarter now, remove corresponding ``BUGS'' item | Alexandre Ratchov | |
2008-10-30 | since people often ask, add BUGS entry to explain why | Alexandre Ratchov | |
aucat should be started automatically yet at system startup help from jmc@ | |||
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 | |
mode, it listens on an unix socket and mixes/demultiplexes any number of full-duplex streams, doing necessary format conversions and resampling on the fly. programs can use the new libsa(3) library to play and record audio. The library provides a very simple API to connect to the audio server; if aucat(1) isn't running, it uses the audio(4) driver transparently instead. | |||
2008-06-03 | group the descriptions for -CcHhEeRr in such a way as to avoid | Jason McIntyre | |
unneccessarily duplicating text; ok ratchov jakemsr | |||
2008-06-02 | fix up ENVIRONMENT a little; | Jason McIntyre | |
2008-06-02 | - tweak previous | Jason McIntyre | |
- simplify -io descriptions | |||
2008-06-02 | document latest changes: -d flag is replaced by AUCAT_DEBUG | Alexandre Ratchov | |
environment variable, new -xX options bits from eric, ok jakemsr | |||
2008-05-29 | try to clearly describe interaction between -CcEeHhRr and -fiou options; | Jason McIntyre | |
written with help from ratchov and jakemsr; ok ratchov | |||
2008-05-26 | signpost encodings and formats a little better; | Jason McIntyre | |
2008-05-26 | put -q in the right place; | Jason McIntyre | |
2008-05-26 | add -q option which enables "quiet" operation. | Jacob Meuser | |
ok ratchov@ | |||
2008-05-23 | various fixes for aucat.1, and sync usage(); ok ratchov | Jason McIntyre | |
2008-05-23 | add support for: | Alexandre Ratchov | |
- recording, full-duplex operation - format conversions and resampling on the fly - mixing on the fly of multiple inputs of different formats - up to 16 channels, simplistic "routing" of channel ranges - more linear encodings (in raw and wav files) the old behaviour is fully preserved if none of the new -i and -o options are used. code and fixes from jakemsr@ and eric@, suggestions by others. ok "go ahead" deraadt@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-21 | tweaks; | Jason McIntyre | |
2007-03-21 | describe .wav support in one sentence | Uwe Stuehler | |
2004-07-30 | - better width for options list | Jason McIntyre | |
- some Xrs from Alexey E. Suslikov; | |||
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-07-01 | Add -f option to specify audio device, honor AUDIODEVICE environment vairable, | Todd C. Miller | |
and some KNF. | |||
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-03-10 | use .Ox | Todd C. Miller | |
1997-01-05 | minor tweaks; htonl() -> ntohl(); added SEE ALSO | kstailey | |
1997-01-02 | new utility for playing sound files | kstailey | |