from Numeric import * from pygame import * file = "ph4.wav" sound = pygame.mixer.Sound(file) asound = pygame.sndarray.array(sound) for i in range(len(asound)): asound[