Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
4edf6564
Kaydet (Commit)
4edf6564
authored
Mar 12, 1999
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove stuff with unsure copyright status
üst
9a4da084
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
108 deletions
+0
-108
AWARE.py
Lib/plat-irix5/AWARE.py
+0
-54
AWARE.py
Lib/plat-irix6/AWARE.py
+0
-54
No files found.
Lib/plat-irix5/AWARE.py
deleted
100755 → 0
Dosyayı görüntüle @
9a4da084
#
# Copyright (c) 1992 Aware, Inc. All rights reserved.
#
# Copyright Unpublished, Aware Inc. All Rights Reserved.
# This software contains proprietary and confidential
# information of Aware, Inc. Use, disclosure or
# reproduction is prohibited without the prior express
# written consent of Aware, Inc.
#
#
#
# awareAudio.h - Aware Compression Library Parameter Header
#
# 01/21/92 Original Version by Brian Knittel and Jonathon Devine
#
import
CL
# Aware Audio Specific Parameters - For both MPEG Audio and Multirate
CL
.
CHANNEL_POLICY
=
CL
.
NUMBER_OF_PARAMS
+
0
CL
.
NOISE_MARGIN
=
CL
.
NUMBER_OF_PARAMS
+
1
CL
.
BITRATE_POLICY
=
CL
.
NUMBER_OF_PARAMS
+
2
# Additional parameters for MPEG Audio
CL
.
BITRATE_TARGET
=
CL
.
NUMBER_OF_PARAMS
+
3
CL
.
LAYER
=
CL
.
NUMBER_OF_PARAMS
+
4
# read/write for compression configuration
# read for state during compression/decompression
#
# Channel Policy
#
AWCMP_STEREO
=
1
AWCMP_JOINT_STEREO
=
2
AWCMP_INDEPENDENT
=
3
#
# read/write for compression configuration,
# read for state during compression
#
#
# Bit-rate Policy
#
AWCMP_FIXED_RATE
=
1
AWCMP_CONST_QUAL
=
2
AWCMP_LOSSLESS
=
4
#
# Layer values
#
AWCMP_MPEG_LAYER_I
=
1
AWCMP_MPEG_LAYER_II
=
2
Lib/plat-irix6/AWARE.py
deleted
100644 → 0
Dosyayı görüntüle @
9a4da084
#
# Copyright (c) 1992 Aware, Inc. All rights reserved.
#
# Copyright Unpublished, Aware Inc. All Rights Reserved.
# This software contains proprietary and confidential
# information of Aware, Inc. Use, disclosure or
# reproduction is prohibited without the prior express
# written consent of Aware, Inc.
#
#
#
# awareAudio.h - Aware Compression Library Parameter Header
#
# 01/21/92 Original Version by Brian Knittel and Jonathon Devine
#
import
CL
# Aware Audio Specific Parameters - For both MPEG Audio and Multirate
CL
.
CHANNEL_POLICY
=
CL
.
NUMBER_OF_PARAMS
+
0
CL
.
NOISE_MARGIN
=
CL
.
NUMBER_OF_PARAMS
+
1
CL
.
BITRATE_POLICY
=
CL
.
NUMBER_OF_PARAMS
+
2
# Additional parameters for MPEG Audio
CL
.
BITRATE_TARGET
=
CL
.
NUMBER_OF_PARAMS
+
3
CL
.
LAYER
=
CL
.
NUMBER_OF_PARAMS
+
4
# read/write for compression configuration
# read for state during compression/decompression
#
# Channel Policy
#
AWCMP_STEREO
=
1
AWCMP_JOINT_STEREO
=
2
AWCMP_INDEPENDENT
=
3
#
# read/write for compression configuration,
# read for state during compression
#
#
# Bit-rate Policy
#
AWCMP_FIXED_RATE
=
1
AWCMP_CONST_QUAL
=
2
AWCMP_LOSSLESS
=
4
#
# Layer values
#
AWCMP_MPEG_LAYER_I
=
1
AWCMP_MPEG_LAYER_II
=
2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment