Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 python-vlc 循环播放音频文件 n 次?这就是我目前播放音频的方式。
import vlc a = vlc.MediaPlayer("path/to/file.ogg") a.play()