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
/
dev.c
Age
Commit message (
Expand
)
Author
2009-02-06
move error messages reported to user into main()
Alexandre Ratchov
2009-01-23
spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>
Alexandre Ratchov
2009-01-10
add "loopback" mode in which input is connected to the output.
Alexandre Ratchov
2009-01-06
don't use a reference to the device file. Use the corresponding aproc
Alexandre Ratchov
2008-12-29
make the code "more correct": add reference counters to aproc
Alexandre Ratchov
2008-12-16
when searching for an endpoint, return the correct abuf pointers.
Alexandre Ratchov
2008-12-07
When resampling, don't require the sample frequency to be an integer.
Alexandre Ratchov
2008-11-16
make aucat compile without DEBUG defined (still defined by default)
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
expose the volume knob in server mode too
Alexandre Ratchov
2008-11-11
when not in server mode, aucat terminates automatically using
Alexandre Ratchov
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
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-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
A small optimization: handle most N-channel <-> M-channel conversions
Alexandre Ratchov
2008-10-26
add minimal server capability to aucat(1). When started in server
Alexandre Ratchov
2008-08-14
fix comments suggested by eric@, remove stupid DPRINTF()
Alexandre Ratchov
2008-08-14
move all device related stuff from aucat.c to a new dev.c file.
Alexandre Ratchov