Qt 6.10 beta: pitchCompensation() example
-
can someone provide an example for how this is used?
or is it purely a backend thing like if the user selects a 48k output but their input stream is 44k, it will auto-compensate?
-
Hi,
From a look at the sources of QtMultimedia, it's backend specific. If enabled, for ffmpeg for example, it will trigger the creation of an audio frame converter.
-
but what does that mean for me?
is it like if the user selects a 48k output but their input stream is 44k, it will auto-compensate?
or when does it trigger?