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