summaryrefslogtreecommitdiff
path: root/sys/dev/aurateconv.c
AgeCommit message (Expand)Author
2017-08-07Fix typo in comment.isaki
2017-07-30The audio module will now compile with WARNS=5.nat
2017-06-20Rate conversion works at 8 bits, so enable it.nat
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-31add missing const.christos
2005-05-30sprinkle more constchristos
2005-03-12Fix a problem that the resultant stream contains many garbage data atkent
2005-03-12make this compile with AURATECONV_DEBUGkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2003-12-31Forcibly undefining debugging macros is rude, so don't do it.bjh21
2002-11-07Clean up token pasting so that this works with GCC 3.3's CPP.thorpej
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-10-13Support for sampling rate conversion against slinear_be 16bit/24bit.kent
2002-03-18Make this file compiles again when AURATECONV > 0.enami
2002-03-17move aurateconv.h into audiovar.h to avoid name clash with the config(8)christos
2002-03-17aurateconv.c:kent
2002-03-17Rename aurateconvproto.h to aurateconv.h.kent
2002-03-09Move sampling rate conversion functions to aurateconv.c.kent