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
/
aproc.h
Age
Commit message (
Expand
)
Author
2009-07-25
fix comments, remove no longer needed declaration, reorder includes
Alexandre Ratchov
2009-07-25
Currently midi capable programs can control midi hardware, but
Alexandre Ratchov
2009-01-23
spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>
Alexandre Ratchov
2008-12-29
make the code "more correct": add reference counters to aproc
Alexandre Ratchov
2008-12-19
use simple linear interpolation in the resampling code.
Alexandre Ratchov
2008-12-07
When resampling, don't require the sample frequency to be an integer.
Alexandre Ratchov
2008-11-09
make aucat(1) stop automatically the audio(1) device if it's idle. This
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-10-26
add minimal server capability to aucat(1). When started in server
Alexandre Ratchov
2008-08-14
move all device related stuff from aucat.c to a new dev.c file.
Alexandre Ratchov
2008-08-14
add an "AUTOQUIT" flag to mix and sub aprocs. If the flag is
Alexandre Ratchov
2008-08-14
add a xxx_done() method to aproc structures, that cleans up just
Alexandre Ratchov
2008-06-02
allow the user to choose the aucat behaviour when underruns/overruns
Alexandre Ratchov
2008-05-23
add support for:
Alexandre Ratchov