这是indexloc提供的服务,不要输入任何密码
Skip to content

音声の再生が完了するまで待たされる #2

@noy4

Description

@noy4

音声の再生が完了するのを待たずに、ツールの実行を完了できるオプションを追加するのはどうでしょうか?

↓こんな感じでいける?

- subprocess.run(["afplay", filepath], check=True)
+ subprocess.Popen(["afplay", filepath])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions