sox_ng/libdolbyb/HPF1.h
Martin Guy 8b49fcd6af
Import libdolbyb for new effect dolbyb
THe output with --no-dither is identical to that of
the command-line program "dolbyb".
2025-04-20 20:32:59 +02:00

11 lines
373 B
C

/* HPF1.h */
#include "Param.h"
/* Amend to allow separate filters for high and low stage */
#define HPF1NumberOfFilters ParamMaxChnl
extern void HPF1Init(dolbyb_t *Param);
extern int64_t HPF1Check(dolbyb_t *Param, int64_t InSamp, uint16_t Chn);
extern int64_t HPF1(dolbyb_t *Param, int64_t InSamp, uint16_t Chn);
extern void HPF1Update(dolbyb_t *Param, uint16_t Chn);