Now, can you please help me with this error? I'm doing a game with Python and Pygame. It runs perfectly on my desktop Windows PC, but when I try it on my Macbook, the following error surges:
pygame.mixer.init()
pygame.error: Failed to start CoreAudio: AudioUnitSetProperty (kAudioUnitPropoerty_SetInputCallback)
I have been looking for this problem here, but have not found a solution. PD: Obviously the Python and Pygame versions are the same in my desktop PC and in mi Macbook.