GstAudioResamplerFilterMode

Select for the filter tables should be set up.

Values

ValueMeaning
Interpolated0

Use interpolated filter tables. This uses less memory but more CPU and is slightly less accurate but it allows for more efficient variable rate resampling with gstaudio.audio_resampler.AudioResampler.update.

Full1

Use full filter table. This uses more memory but less CPU.

Auto2

Automatically choose between interpolated and full filter tables.