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
/
dsp.c
Age
Commit message (
Expand
)
Author
2024-04-22
aucat: Use a 24-bit table for index to volume conversion
Alexandre Ratchov
2024-03-20
aucat: Add generic channel mapping in place of -j and -c options.
Alexandre Ratchov
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
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 sndiod's 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-11-07
Fix clipping during float to integer conversions.
Alexandre Ratchov
2018-09-18
clear p->ctx array with memset(); ok ratchov@
miko
2016-09-30
Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>.
Alexandre Ratchov
2016-09-23
Fix many typos, from Michael W. Bombardieri <mb at ii.net>, thanks
Alexandre Ratchov
2016-06-10
Simplify the sample rate converter, no behaviour change.
Alexandre Ratchov
2016-06-08
removed unused fields of resamp structure
Alexandre Ratchov
2016-06-07
Add resamp_getcnt() routine to calculate the exact number of samples
Alexandre Ratchov
2016-05-27
When resampling, use the exact resampling factor instead of the ratio
Alexandre Ratchov
2016-05-27
Make resamp_do() get the exact number input and output samples and
Alexandre Ratchov
2016-05-26
Make format conversion routines return the number of frames
Alexandre Ratchov
2016-01-10
trailing spaces, fit in 80 columns
Alexandre Ratchov
2015-05-04
Fix clipping bug in float to fixed point conversion, causing
Alexandre Ratchov
2015-01-21
Simplify internals and rewrite file header parsing code:
Alexandre Ratchov