Current Path : /compat/linux/proc/self/root/usr/local/lib/python2.5/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/local/lib/python2.5/toaiff.pyo |
³ò h”Rc @ sš d Z 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ÿÿÿÿ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"