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.
当我尝试运行以下代码时,我没有收到任何错误或任何声音。声音文件没有损坏,我也尝试了许多其他声音文件。
import pygame pygame.mixer.init(44100, -16, 2, 2048) sound = pygame.mixer.Sound("9001.wav") sound.play()
输出很简单:
<Channel object at 0x00000000021EF258>
好的...在一遍又一遍地编辑我的文件后,我终于让它工作了。一旦我让它工作,我可以把我的代码改回以前的样子。我完全不知道如何修复。