13
0

Expose resampler quality (read-only)

This commit is contained in:
Robin Gareus 2021-02-13 16:47:17 +01:00
parent 64160e755d
commit 0253f3b4e4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -154,6 +154,7 @@ public:
static pframes_t cycle_nframes () { return _cycle_nframes; }
static double speed_ratio () { return _speed_ratio; }
static uint32_t resampler_quality () { return _resampler_quality; }
protected: