import numpy as np
from scipy.io.wavfile import read, write

x = read('audio.wav')
