Critics have remarked that those four worthies were truly peerless throughout the ages; yet the present falls short of the pastβthe ancients favored unadorned simplicity, whereas the moderns prefer refined elegance. Styles of substance and ornament rise and fall in succession, shifting with the changing mores of the times; such evolution is simply the natural order of things. The ideal lies in honoring antiquity without clashing with the present, and embracing modernity without succumbing to its flawsβembodying that perfect balance of substance and refinement that defines the true gentleman. There is surely no need to abandon a carved palace in favor of a cave dwelling, or to trade a jade carriage for a primitive cart with solid wooden wheels.
Current path: lib64/python2.7/
β¬οΈ Go up: /lib64
οΏ½ zfc @ s* d Z d d g Z d οΏ½ Z d οΏ½ Z g Z d οΏ½ Z e j e οΏ½ d οΏ½ Z e j e οΏ½ d οΏ½ Z e j e οΏ½ d οΏ½ Z e j e οΏ½ d οΏ½ Z e j e οΏ½ d οΏ½ Z e j e οΏ½ d οΏ½ Z e j e οΏ½ d οΏ½ Z e j e οΏ½ d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z d οΏ½ Z e d k r&e οΏ½ n d S( sοΏ½ 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. t whatt whathdrc C s t | οΏ½ } | S( s Guess the type of a sound file( R ( t filenamet res( ( s /usr/lib64/python2.7/sndhdr.pyR # s c C sL t | d οΏ½ } | j d οΏ½ } x'