Searched defs:wavfile (Results 1 – 5 of 5) sorted by relevance
315 wavfile = infile.replace('.msbc', '-decoded.wav') variable321 wavfile = infile.replace('.sbc', '-decoded-py.wav') variable
50 wavfile = wave.open(f_wav, 'rb') variable
65 wavfile = wave.open(f_wav) variable
19 import scipy.io.wavfile as wavfile namespace