混合器模块不会启动
Mixer module won't initiate
我一直在尝试进入pygame,我想播放一个声音。我尝试像这样启动混音器模块:
import pygame
import time
pygame.init()
pygame.mixer.init()
当我运行它时,它给出了这个错误:
Traceback (moce recent call last):
File "main.py", line 5 in <module>
pygame.mixer.init()
pygame.error: ALSA: Couldn't open audio device: No such file or directory
我正在 运行 修改 repl.it 上的代码,我不确定它是否是 repl 的问题,因为它已经导致 运行 在默认 IDLE 上完美的代码问题.
pygame.mixer 无法在 repl.it 上工作,因为它没有与之关联的音频设备
正如您所说,它适用于 IDLE。这是因为你的设备有音频设备
我一直在尝试进入pygame,我想播放一个声音。我尝试像这样启动混音器模块:
import pygame
import time
pygame.init()
pygame.mixer.init()
当我运行它时,它给出了这个错误:
Traceback (moce recent call last):
File "main.py", line 5 in <module>
pygame.mixer.init()
pygame.error: ALSA: Couldn't open audio device: No such file or directory
我正在 运行 修改 repl.it 上的代码,我不确定它是否是 repl 的问题,因为它已经导致 运行 在默认 IDLE 上完美的代码问题.
pygame.mixer 无法在 repl.it 上工作,因为它没有与之关联的音频设备
正如您所说,它适用于 IDLE。这是因为你的设备有音频设备