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 Pygame ゲームでサウンドを使用しようとすると、次のエラーが表示されます。
Traceback (most recent call last): File "main.py", line 5, in <module> pygame.mixer.init() pygame.error: No available audio device
これを修正するにはどうすればよいですか?
*事前に助けてくれてありがとう!