index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
aucat
/
wav.c
Age
Commit message (
Expand
)
Author
2011-11-20
Move mmc/mtc and volume control bits from struct aproc to struct
Alexandre Ratchov
2011-10-12
Simplify and improve the way options are parsed and remove ~300 lines
Alexandre Ratchov
2011-06-03
Reorganize the way command line options are parsed and stored.
Alexandre Ratchov
2011-05-09
initialize 'pstate' field of the wav structure
Alexandre Ratchov
2010-11-20
clean up cases of ;;
Theo de Raadt
2010-11-05
Convert ulaw/alaw to native format (ie using ADATA_XXX defines) rather
Alexandre Ratchov
2010-09-18
add forgotten ``return NULL'' when a .wav file fails to get the
Alexandre Ratchov
2010-06-04
when attaching files to play or record to the device, check that
Alexandre Ratchov
2010-06-04
Allow the audio device to be opened only while it's actually used.
Alexandre Ratchov
2010-05-08
prime play buffers as soon as the device is opened, otherwise a
Alexandre Ratchov
2010-05-02
Clean up device handling code to clarify different initialization phases
Alexandre Ratchov
2010-04-24
rename ibuflist/obuflist -> ins/outs to cut long lines
Alexandre Ratchov
2010-04-21
adds the necessary bits to join channels (ex stereo->mono) or
Alexandre Ratchov
2010-04-06
aucat (server):
Alexandre Ratchov
2010-04-03
backout last change, committed by mistake, sorry...
Alexandre Ratchov
2010-04-03
doc fixes from jmc
Alexandre Ratchov
2010-01-14
Use -C option to specify recorded channel range instead of -c which
Alexandre Ratchov
2010-01-10
Add traces to help tracking subtle timing bugs often causing
Alexandre Ratchov
2010-01-05
Make the way .wav files are handled closer to the way sockets are
Alexandre Ratchov
2009-09-27
remove all debug traces
Alexandre Ratchov
2009-09-19
if pipe_read() returns 0 we are at EOF and the structure describing
Jacob Meuser
2009-07-25
fix comments, remove no longer needed declaration, reorder includes
Alexandre Ratchov
2009-04-22
move support for ulaw/alaw encoding in .wav files from legacy mode
Alexandre Ratchov
2009-04-11
- make legacy mode use sio_open(3) (sndio) API
Jacob Meuser
2009-02-04
if there are too many connections, stop acceping new ones rather
Alexandre Ratchov
2009-01-23
spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>
Alexandre Ratchov
2008-11-26
when recording .wav files overwrite user supplied parameters with
Alexandre Ratchov
2008-10-26
add minimal server capability to aucat(1). When started in server
Alexandre Ratchov