Home | History | Annotate | Download | only in python2.7

Lines Matching full:alaw

485                 # for ULAW and ALAW try Compression Library
501 elif self._comptype == 'ALAW':
658 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
678 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
782 if self._comptype in ('ULAW', 'ALAW'):
786 raise Error, 'sample width must be 2 when compressing with ULAW or ALAW'
817 elif self._comptype == 'ALAW':
848 if self._comptype in ('ULAW', 'ALAW'):