goldwave.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:goldWave 作者: josephsl 项目源码 文件源码
def script_announceAudioSelection(self, gesture):
        # Parse this string to get individual info such as marker positions.
        audioSelectionParsed = self.getAudioSelectionParsed()
        if not audioSelectionParsed:
            # Translators: Presented when there is no audio selection summary available.
            self.message(_("Unable to obtain audio selection summary. Please close and reopen the audio track."))
        else:
            # Translators: The audio selection summary message (example output: "0.00 to 1.00 (1.00)").
            self.message(_("{audioSelectionStart} to {audioSelectionEnd} {audioSelectionLength}").format(audioSelectionStart = audioSelectionParsed[0], audioSelectionEnd = audioSelectionParsed[2], audioSelectionLength = audioSelectionParsed[3]))
    # Translators: Input help mode message for a Goldwave command.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号