我在 Pygame 中播放音乐时遇到问题。我输入:
pygame.mixer.music.load("Maid with the Flaxen Hair.mp3")
pygame.mixer.music.play(-1, 0.0)
但我收到这条消息:
Assertion failed!
Program: C\Python33\pythonw.exe
File:..\..\audio\mpegtoraw.cpp
Line: 505
Expression: audio->rawdatawriteoffset > len
然后它告诉我查看 C++ 文档。这不是音乐的加载,而是导致消息的播放。我也尝试了不同的音乐文件。