I am using:
mixer.init()
mixer.music.load("Recording.mp3")
mixer.music.play()
to play a recorded audio file. The file was origionaly m4a but that wasnt compatable.
the code outputs the error:
mixer.music.load("Recording.mp3")
pygame.error: Error reading the stream. (code 18)