sox_ng/libdolbyb/FindOutSmp.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

4 lines
139 B
C

/* FindOutSmp.h */
extern void FindOutSmpInit(dolbyb_t *Param);
extern int64_t FindOutSmp(dolbyb_t *Param, int64_t InSamp, uint16_t Chn);