pitch property

bool pitch
final

Enables or disables pitch shift control for libmpv backend.

Enabling this option may result in de-syncing of audio & video. Thus, usage in audio only applications is recommended. This uses scaletempo under the hood & disables audio-pitch-correction.

See: https://github.com/alexmercerind/media_kit/issues/45

Default: false.

Implementation

final bool pitch;