def script_dropFinishMarker(self, gesture):
gesture.send()
# Translators: The finish marker position for selecting parts of the audio track (example output: "Finish: 5.00").
self.message(_("Finish: {finishMarkerPos}").format(finishMarkerPos = self.getAudioSelectionParsed()[2]))
评论列表
文章目录