Resampler


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( replacement = "AudioResampler.new" ) ]
public Resampler (ResamplerMethod method, ResamplerFlags flags, Format format, int channels, int in_rate, int out_rate, Structure options)

Make a new resampler.

Parameters:

method

a ResamplerMethod

flags

ResamplerFlags

format

the Format

channels

the number of channels

in_rate

input rate

out_rate

output rate

options

extra options

Returns:

The new Resampler.