Efc@sdZddlZdddgZdefdYZdZdZddlZej d dd krpdZ nd Z dd l m Z dddYZ dddYZddZeZdS(s Stuff to parse WAVE files. Usage. Reading WAVE files: f = wave.open(file, 'r') where file is either the name of a file or an open file pointer. The open file pointer must have methods read(), seek(), and close(). When the setpos() and rewind() methods are not used, the seek() method is not necessary. This returns an instance of a class with the following public methods: getnchannels() -- returns number of audio channels (1 for mono, 2 for stereo) getsampwidth() -- returns sample width in bytes getframerate() -- returns sampling frequency getnframes() -- returns number of audio frames getcomptype() -- returns compression type ('NONE' for linear samples) getcompname() -- returns human-readable version of compression type ('not compressed' linear samples) getparams() -- returns a tuple consisting of all of the above in the above order getmarkers() -- returns None (for compatibility with the aifc module) getmark(id) -- raises an error since the mark does not exist (for compatibility with the aifc module) readframes(n) -- returns at most n frames of audio rewind() -- rewind to the beginning of the audio stream setpos(pos) -- seek to the specified position tell() -- return the current position close() -- close the instance (make it unusable) The position returned by tell() and the position given to setpos() are compatible and have nothing to do with the actual position in the file. The close() method is called automatically when the class instance is destroyed. Writing WAVE files: f = wave.open(file, 'w') where file is either the name of a file or an open file pointer. The open file pointer must have methods write(), tell(), seek(), and close(). This returns an instance of a class with the following public methods: setnchannels(n) -- set the number of channels setsampwidth(n) -- set the sample width setframerate(n) -- set the frame rate setnframes(n) -- set the number of frames setcomptype(type, name) -- set the compression type and the human-readable compression type setparams(tuple) -- set all parameters at once tell() -- return current position in output file writeframesraw(data) -- write audio frames without pathing up the file header writeframes(data) -- write audio frames and patch up the file header close() -- patch up the file header and close the output file You should set the parameters before the first writeframesraw or writeframes. The total number of frames does not need to be set, but when it is set to the correct value, the header does not have to be patched up. It is best to first set all parameters, perhaps possibly the compression type, and then write audio frames using writeframesraw. When all frames have been written, either call writeframes('') or close() to patch up the sizes in the header. The close() method is called automatically when the class instance is destroyed. iNtopentopenfptErrorcBseZRS((t__name__t __module__(((s/usr/lib64/python2.7/wave.pyRNsitbthtlti(tChunkt Wave_readcBseZdZdZdZdZdZdZdZdZ dZ d Z d Z d Z d Zd ZdZdZdZdZdZdZRS(sPVariables used in this class: These variables are available to the user though appropriate methods of this class: _file -- the open file with methods read(), close(), and seek() set through the __init__() method _nchannels -- the number of audio channels available through the getnchannels() method _nframes -- the number of audio frames available through the getnframes() method _sampwidth -- the number of bytes per audio sample available through the getsampwidth() method _framerate -- the sampling frequency available through the getframerate() method _comptype -- the AIFF-C compression type ('NONE' if AIFF) available through the getcomptype() method _compname -- the human-readable AIFF-C compression type available through the getcomptype() method _soundpos -- the position in the audio stream available through the tell() method, set through the setpos() method These variables are used internally only: _fmt_chunk_read -- 1 iff the FMT chunk has been read _data_seek_needed -- 1 iff positioned correctly in audio file for readframes() _data_chunk -- instantiation of a chunk class for the DATA chunk _framesize -- size of one frame in the file cCsdd|_d|_t|dd|_|jjdkrHtdn|jjddkrltdnd|_d|_ xd|_ yt|jdd}Wnt k rPnX|j}|d kr|j |d|_nJ|d kr3|js td n||_ |j |j|_d|_ Pn|jq|j sT|j r`td ndS( Nit bigendiantRIFFs file does not start with RIFF iditWAVEsnot a WAVE fileisfmt tdatasdata chunk before fmt chunks#fmt chunk and/or data chunk missing(tNonet_convertt _soundposR t_filetgetnameRtreadt_fmt_chunk_readt _data_chunkt_data_seek_neededtEOFErrort_read_fmt_chunkt chunksizet _framesizet_nframestskip(tselftfiletchunkt chunkname((s/usr/lib64/python2.7/wave.pytinitfp}s:                  cCsnd|_t|tr6tj|d}||_ny|j|Wn |jrc|jnnXdS(Ntrb(Rt_i_opened_the_filet isinstancet basestringt __builtin__RR"tclose(Rtf((s/usr/lib64/python2.7/wave.pyt__init__s    cCs|jdS(N(R((R((s/usr/lib64/python2.7/wave.pyt__del__scCs|jS(N(R(R((s/usr/lib64/python2.7/wave.pytgetfpscCsd|_d|_dS(Nii(RR(R((s/usr/lib64/python2.7/wave.pytrewinds cCs/|jr"|jjd|_nd|_dS(N(R$R(RR(R((s/usr/lib64/python2.7/wave.pyR(s   cCs|jS(N(R(R((s/usr/lib64/python2.7/wave.pyttellscCs|jS(N(t _nchannels(R((s/usr/lib64/python2.7/wave.pyt getnchannelsscCs|jS(N(R(R((s/usr/lib64/python2.7/wave.pyt getnframesscCs|jS(N(t _sampwidth(R((s/usr/lib64/python2.7/wave.pyt getsampwidthscCs|jS(N(t _framerate(R((s/usr/lib64/python2.7/wave.pyt getframeratescCs|jS(N(t _comptype(R((s/usr/lib64/python2.7/wave.pyt getcomptypescCs|jS(N(t _compname(R((s/usr/lib64/python2.7/wave.pyt getcompnamescCs:|j|j|j|j|j|jfS(N(R0R3R5R1R7R9(R((s/usr/lib64/python2.7/wave.pyt getparamsscCsdS(N(R(R((s/usr/lib64/python2.7/wave.pyt getmarkersscCs tddS(Nsno marks(R(Rtid((s/usr/lib64/python2.7/wave.pytgetmarkscCs=|dks||jkr'tdn||_d|_dS(Nisposition not in rangei(RRRR(Rtpos((s/usr/lib64/python2.7/wave.pytsetposs  cCs|jrT|jjdd|j|j}|rH|jj|dnd|_n|dkrddS|jdkrNtrNddl}|j}|jt|j}||j }||j|j |j kr|j |j |j}n|j |j j ||j ||j|_ |j }|j ||j|_ |j|j}n|jj||j}|jr|r|j|}n|jt||j |j|_|S(Nitii(RRtseekRRR2t big_endiantarrayt _array_fmtsR/Rt size_readtfromfileRtbyteswapttostringRRtlen(RtnframesR>RCR Rtnitems((s/usr/lib64/python2.7/wave.pyt readframess4        $cCstjd|jd\}|_|_}}|tkrotjd|jdd}|dd|_ntd|f|j|j|_d |_ d |_ dS( Nstname((s/usr/lib64/python2.7/wave.pytsetmarkscCs tddS(Nsno marks(R(RR<((s/usr/lib64/python2.7/wave.pyR=scCsdS(N(R(R((s/usr/lib64/python2.7/wave.pyR;scCs|jS(N(RX(R((s/usr/lib64/python2.7/wave.pyR.scCs|jt|t||j|j}|jrH|j|}n|jdkrtrddl}|jt|j|}|j|j |j |j t||j|_ n&|j j ||j t||_ |j ||_ dS(Nii(t_ensure_header_writtenRIR2R/RRBRCRDRGttofileRRYtwriteRX(RRRJRC((s/usr/lib64/python2.7/wave.pytwriteframesraws    cCs0|j||j|jkr,|jndS(N(RmRZRYt _patchheader(RR((s/usr/lib64/python2.7/wave.pyt writeframess cCst|jrN|jd|j|jkr5|jn|jjd|_n|jrp|jjd|_ndS(Ni( RRjRZRYRntflushRR$R((R((s/usr/lib64/python2.7/wave.pyR(s       cCs\|jsX|jstdn|js3tdn|jsHtdn|j|ndS(Ns# channels not specifiedssample width not specifiedssampling rate not specified(R\R/RR2R4t _write_header(Rtdatasize((s/usr/lib64/python2.7/wave.pyRjs       cCs|j st|jjd|jsC||j|j|_n|j|j|j|_|jj|_ |jjt j dd|jdddt |j|j |j|j |j|j|j|jdd |jj|_|jjt j d |jt|_dS( NR sHs