Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
ž
¬ÿfK c @ sZ d Z d d g Z d d „ Z d d „ Z g Z d d „ Z e j e ƒ d d „ Z e j e ƒ d d
„ Z e j e ƒ d d „ Z e j e ƒ d
d „ Z
e j e
ƒ d d „ Z e j e ƒ d d „ Z e j e ƒ d d „ Z
e j e
ƒ d d „ Z d d „ Z d d „ Z d d „ Z d d „ Z d d „ Z e d! k rVe ƒ n d" S(# u¶ Routines to help recognizing sound files.
Function whathdr() recognizes various types of sound file headers.
It understands almost all headers that SOX can decode.
The return tuple contains the following items, in this order:
- file type (as SOX understands it)
- sampling rate (0 if unknown or hard to decode)
- number of channels (0 if unknown or hard to decode)
- number of frames in the file (-1 if unknown or hard to decode)
- number of bits/sample, or 'U' for U-LAW, or 'A' for A-LAW
If the file doesn't have a recognizable type, it returns None.
If the file can't be opened, IOError is raised.
To compute the total time, divide the number of frames by the
sampling rate (a frame contains a sample for each channel).
Function what() calls whathdr(). (It used to also use some
heuristics for raw data, but this doesn't work very well.)
Finally, the function test() is a simple main program that calls
what() for all files mentioned on the argument list. For directory
arguments it calls what() for all files in that directory. Default
argument is "." (testing all files in the current directory). The
option -r tells it to recurse down directories found inside
explicitly given directories.
u whatu whathdrc C s t | ƒ } | S( u Guess the type of a sound file.( u whathdr( u filenameu res( ( u+ /opt/alt/python33/lib64/python3.3/sndhdr.pyu what# s c C sY t | d ƒ D } | j d ƒ } x' t D] } | | | ƒ } | r( | Sq( Wd SWd QXd S( u Recognize sound headers.u rbi N( u openu readu testsu None( u filenameu fu hu tfu res( ( u+ /opt/alt/python33/lib64/python3.3/sndhdr.pyu whathdr) s
c C sÕ d d l } | j d ƒ s d S| d d … d k r> d } n# | d d … d k r] d } n d S| j d ƒ y | j | d ƒ } Wn t | j f k
r¥ d SYn X| | j ƒ | j ƒ | j ƒ d | j
ƒ f S(
Ni s FORMi i s AIFCu aifcs AIFFu aiffu r( u aifcu
startswithu Noneu seeku openu EOFErroru Erroru getframerateu getnchannelsu
getnframesu getsampwidth( u hu fu aifcu fmtu a( ( u+ /opt/alt/python33/lib64/python3.3/sndhdr.pyu test_aifc: s
u test_aifcc
C s6 | j d ƒ r t } n# | d d … d k r7 t } n d Sd } | | d d … ƒ } | | d d … ƒ } | | d d … ƒ } | | d d … ƒ } | | d d
… ƒ } d } | d k rÊ d }
n6 | d
k rß d }
n! | d k rú d }
d
} n d }
| | } | r| | } n d } | | | | |
f S( Ns .sndi s ds.s dns.u aui i i i i i u Ui i u ?( s ds.s dns.iÿÿÿÿ( u
startswithu get_long_beu get_long_leu None(
u hu fu funcu filetypeu hdr_sizeu data_sizeu encodingu rateu nchannelsu sample_sizeu sample_bitsu
frame_sizeu nframe( ( u+ /opt/alt/python33/lib64/python3.3/sndhdr.pyu test_auO s2
u test_auc C sr | d d … d k s, | d d … d k r0 d St | d d … ƒ } | rY d | } n d
} d | d d d
f S( NiA iE s FSSDi€ i„ s HCOMi i” i"V i u hcomi i iÿÿÿÿ( u Noneu get_long_be( u hu fu divisoru rate( ( u+ /opt/alt/python33/lib64/python3.3/sndhdr.pyu test_hcomp s ,
u test_hcomc C sœ | j d ƒ s d St | d d … ƒ } d } d | k oF d k n r‰ | | d k r‰ d | | d } | r‰ t d | ƒ } q‰ n d
| d d d f S(
Ns Creative Voice Filei i i iô i i i g €„.Au voci iÿÿÿÿ( u
startswithu Noneu get_short_leu int( u hu fu sbseeku rateu ratecode( ( u+ /opt/alt/python33/lib64/python3.3/sndhdr.pyu test_voc} s ,u test_vocc C s« | j d ƒ s<