summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2008-06-03group the descriptions for -CcHhEeRr in such a way as to avoidJason McIntyre
2008-06-03Allow aucat to play/record from input-only or output-only devices.Dale Rahn
2008-06-02fix up ENVIRONMENT a little;Jason McIntyre
2008-06-02- tweak previousJason McIntyre
2008-06-02document latest changes: -d flag is replaced by AUCAT_DEBUGAlexandre Ratchov
2008-06-02currently, we start the device as soon as write() blocks; it's betterAlexandre Ratchov
2008-06-02if aucat is suspended, then the kernel continues running the deviceAlexandre Ratchov
2008-06-02allow the user to choose the aucat behaviour when underruns/overrunsAlexandre Ratchov
2008-06-02(remove -d, second part) use strtonum() instead of sscanf() and inlinedAlexandre Ratchov
2008-06-02since underruns/overruns are handled outside devices, remove code thatAlexandre Ratchov
2008-06-02(remove -d, first part) replace -d flag by AUCAT_DEBUG environmentAlexandre Ratchov
2008-06-02Allows any input/output stream to underrun/overrun without disturbingAlexandre Ratchov
2008-05-29try to clearly describe interaction between -CcEeHhRr and -fiou options;Jason McIntyre
2008-05-28if aucat is resumed (after suspend), kernel buffers are empty, thus write()Alexandre Ratchov
2008-05-26signpost encodings and formats a little better;Jason McIntyre
2008-05-26put -q in the right place;Jason McIntyre
2008-05-26add -q option which enables "quiet" operation.Jacob Meuser
2008-05-25give argument to LIST_END(), don't use variable lenght arrays as lastAlexandre Ratchov
2008-05-23various fixes for aucat.1, and sync usage(); ok ratchovJason McIntyre
2008-05-23add support for:Alexandre Ratchov
2008-04-13- remove code that was rendered pointless by the last commitJacob Meuser
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-21tweaks;Jason McIntyre
2007-03-21describe .wav support in one sentenceUwe Stuehler
2007-03-20Support for playing simple RIFF files (.wav) from Simon Effenberg, savarUwe Stuehler
2006-12-20remove unneeded #includeSteven Mestdagh
2005-01-20- knfJared Yanovich
2005-01-13Close what you open: obvious fix, ok jared@, more to followIan Darwin
2004-07-30- better width for options listJason McIntyre
2003-10-20typos from Jared Yanovich, slightly ammended;Jason McIntyre
2003-07-10add missing includesDavid Krause
2003-07-02protosTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-07-01Add -f option to specify audio device, honor AUDIODEVICE environment vairable,Todd C. Miller
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-03-10use .OxTodd C. Miller
1997-01-05minor tweaks; htonl() -> ntohl(); added SEE ALSOkstailey
1997-01-03removed unnecessary testkstailey
1997-01-02new utility for playing sound fileskstailey