|
Apache/2.2.15 (CentOS) Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 uid=48(apache) gid=48(apache) groups=48(apache) server ip : 104.21.65.202 | your ip : 10.244.126.0 safemode OFF > / usr / lib64 / python2.6 / |
| Filename | /usr/lib64/python2.6/toaiff.pyo |
| Size | 3.06 kb |
| Permission | rw-r--r-- |
| Owner | apache |
| Create time | 23-Dec-2025 17:41 |
| Last modified | 20-Jun-2019 19:45 |
| Last accessed | 22-Apr-2026 05:32 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
Ñò
§ÚêLc @ s½ d Z d d k l Z e d d d �[ d d k Z d d k Z d d k Z d d k Z d d g Z h Z e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d
<e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d <e i � Z e i d d
� d e
f d � � YZ d � Z d � Z d S( sª Convert "arbitrary" sound files to AIFF (Apple and SGI's audio format).
Input may be compressed.
Uncompressed file type may be AIFF, WAV, VOC, 8SVX, NeXT/Sun, and others.
An exception is raised if the file is not of a recognized type.
Returned filename is either the input filename or a temporary filename;
in the latter case the caller must ensure that it is removed.
Other temporary files used are removed by the function.
iÿÿÿÿ( t warnpy3ks0 the toaiff module has been removed in Python 3.0t
stackleveli Nt errort toaiffs sox -t au - -t aiff -r 8000 -s --t aus sox -t hcom - -t aiff -r 22050 -t hcoms sox -t voc - -t aiff -r 11025 -t vocs sox -t wav - -t aiff -t wavs sox -t 8svx - -t aiff -r 16000 -t 8svxs sox -t sndt - -t aiff -r 16000 -t sndts sox -t sndr - -t aiff -r 16000 -t sndrt
uncompressc B s e Z RS( ( t __name__t
__module__( ( ( s /usr/lib64/python2.6/toaiff.pyR = s c C s� g } d } z t | | � } Wd xW | D]N } | | j o; y t i | � Wn t i j
o n X| i | � q* q* WX| S( N( t Nonet _toaifft ost unlinkR t remove( t filenamet tempst rett temp( ( s /usr/lib64/python2.6/toaiff.pyR @ s
c C s | d d j oZ t i � \ } } t i | � | i | � t i | | � } | o t | d � qq n | } y( t i | � } | o | d } n WnÃ
§ÚêLc @ s½ d Z d d k l Z e d d d �[ d d k Z d d k Z d d k Z d d k Z d d g Z h Z e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d
<e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d <e i � Z
e
i d d
� e
e d <e i � Z e i d d
� d e
f d � � YZ d � Z d � Z d S( sª Convert "arbitrary" sound files to AIFF (Apple and SGI's audio format).
Input may be compressed.
Uncompressed file type may be AIFF, WAV, VOC, 8SVX, NeXT/Sun, and others.
An exception is raised if the file is not of a recognized type.
Returned filename is either the input filename or a temporary filename;
in the latter case the caller must ensure that it is removed.
Other temporary files used are removed by the function.
iÿÿÿÿ( t warnpy3ks0 the toaiff module has been removed in Python 3.0t
stackleveli Nt errort toaiffs sox -t au - -t aiff -r 8000 -s --t aus sox -t hcom - -t aiff -r 22050 -t hcoms sox -t voc - -t aiff -r 11025 -t vocs sox -t wav - -t aiff -t wavs sox -t 8svx - -t aiff -r 16000 -t 8svxs sox -t sndt - -t aiff -r 16000 -t sndts sox -t sndr - -t aiff -r 16000 -t sndrt
uncompressc B s e Z RS( ( t __name__t
__module__( ( ( s /usr/lib64/python2.6/toaiff.pyR = s c C s� g } d } z t | | � } Wd xW | D]N } | | j o; y t i | � Wn t i j
o n X| i | � q* q* WX| S( N( t Nonet _toaifft ost unlinkR t remove( t filenamet tempst rett temp( ( s /usr/lib64/python2.6/toaiff.pyR @ s
c C s | d d j oZ t i � \ } } t i | � | i | � t i | | � } | o t | d � qq n | } y( t i | � } | o | d } n WnÃ