diff --git a/components/PMediaPlayer.py b/components/PMediaPlayer.py index dd70e81..166cd77 100644 --- a/components/PMediaPlayer.py +++ b/components/PMediaPlayer.py @@ -47,7 +47,7 @@ class PMediaPlayer: def _build_pitch_filter(self, rate: float): pitch = Gst.ElementFactory.make("pitch", "pitch") - pitch.set_property("pitch", 1.0) # Keep pitch constant + # pitch.set_property("pitch", 1.0) # Keep pitch constant pitch.set_property("rate", rate) bin = Gst.Bin.new("filter_bin")