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
/
sndiod
/
dsp.c
Age
Commit message (
Expand
)
Author
2024-04-22
sndiod: Use the channel mapping code of aucat
Alexandre Ratchov
2024-04-22
sndiod: Use a 24-bit table for index to volume conversion.
Alexandre Ratchov
2024-04-22
sndiod: Use resampling algorithm from aucat
Alexandre Ratchov
2021-07-05
Fix off-by-one array access when 64 channel stream is resampled
Alexandre Ratchov
2021-01-12
const-ify lookup tables; ok ratchov@
Christian Weisgerber
2021-01-11
Use a 8-th order FIR low-pass filter for resampling
Alexandre Ratchov
2020-12-10
Check sample signedness when setting up format conversions.
Alexandre Ratchov
2018-09-18
i forgot to sync sndiod with aucat/dsp.c rev 1.12
miko
2018-06-08
Greatly simplify the resampling routine using the fact it processes
Alexandre Ratchov
2016-10-27
Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net>
Alexandre Ratchov
2016-10-20
remove unused variables
Alexandre Ratchov
2016-01-09
unexpand tabs
Alexandre Ratchov
2016-01-08
Make code fit in 80 columns, remove trailing spaces & tabs.
Alexandre Ratchov
2014-10-12
Don't assume that right-shift sign-extends integers.
Alexandre Ratchov
2014-08-13
Spelling - "alignment" not "alignement". ok ratchov
Nicholas Marriott
2014-03-17
typo in debug printf
Alexandre Ratchov
2014-03-05
remove (unused) square tone generator
Alexandre Ratchov
2014-02-08
remove debug bits: dont fill with junk unused channels
Alexandre Ratchov
2012-12-07
move log_level in utils.h with other logging bits
Alexandre Ratchov
2012-12-01
remove misleading XXXs and TODOs
Alexandre Ratchov
2012-11-23
Remplace aucat server by a new sndiod daemon aimed to be simpler
Alexandre Ratchov