0

如何使用 python-vlc 循环播放音频文件 n 次?这就是我目前播放音频的方式。

import vlc
a = vlc.MediaPlayer("path/to/file.ogg")
a.play()
4

0 回答 0