avs.py 文件源码

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

项目:python-avs 作者: lddias 项目源码 文件源码
def run(self):
        """
        main loop for AVS client

        1. checks for any expired scheduled tasks that need to run
        2. handles outstanding directives
        3. runs one iteration of audio player state-machine loop

        :return:
        """
        self.scheduler.run(blocking=False)
        self._handle_directives()
        self.player.run()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号