Re: [sage-support] Using wavfile.write() in sage generates error message

2010-09-20 Thread Mitesh Patel
On 09/20/2010 10:37 AM, j wade wrote: > I am attempting to create a .wav file from an array in sage using the > package wavfile. I am importing a .wav file using the package > wavfile, and then using the python wavelets package 'pywt' to create > the array. Here are the commands: > > import pywt

[sage-support] Using wavfile.write() in sage generates error message

2010-09-20 Thread j wade
Hello, I am attempting to create a .wav file from an array in sage using the package wavfile. I am importing a .wav file using the package wavfile, and then using the python wavelets package 'pywt' to create the array. Here are the commands: import pywt, scipy, numpy from scipy.io import wavfil