def script_dropStartMarker(self, gesture):
gesture.send()
# Translators: The start marker position for selecting parts of the audio track (example output: "Start: 0.00").
self.message(_("Start: {startMarkerPos}").format(startMarkerPos = self.getAudioSelectionParsed()[0]))
评论列表
文章目录