1mlib_SignalReSampleFIR_F32Sm_eFd3i2aSL(i3bMLLIiBb)ramrlyibF_uSnicgtniaolnRseSampleFIR_F32S_F32S(3MLIB)
2
3
4

NAME

6       mlib_SignalReSampleFIR_F32S_F32S - resampling with filtering
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_SignalReSampleFIR_F32S_F32S(mlib_f32 *dst,
13            const mlib_f32 *src, void *state, mlib_s32 n);
14
15

DESCRIPTION

17       The  mlib_SignalReSampleFIR_F32S_F32S() function performs rational sam‐
18       ple rate conversion with FIR filtering between the upsampling and down‐
19       sampling.
20

PARAMETERS

22       The function takes the following arguments:
23
24       dst      Output signal array in two-channel interleaved stereo format.
25
26
27       src      Input signal array in two-channel interleaved stereo format.
28
29
30       state    Internal state structure.
31
32
33       n        Number of samples in the input signal array.
34
35

RETURN VALUES

37       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
38       MLIB_FAILURE.
39

ATTRIBUTES

41       See attributes(5) for descriptions of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │Interface Stability          │Committed                    │
50       ├─────────────────────────────┼─────────────────────────────┤
51       │MT-Level                     │MT-Safe                      │
52       └─────────────────────────────┴─────────────────────────────┘
53

SEE ALSO

55       attributes(5)
56
57
58
59SunOS 5.11                        2 Marm2l0i0b7_SignalReSampleFIR_F32S_F32S(3MLIB)
Impressum