Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25bcdb0

Browse files
committed
Added QUADRO.
1 parent 8496d39 commit 25bcdb0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/irix5/AL.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
MONO = 1
1919
STEREO = 2
20+
QUADRO = 4 # 4CHANNEL is not a legal Python name
2021

2122
INPUT_LINE = 0
2223
INPUT_MIC = 1

Lib/plat-irix5/AL.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
MONO = 1
1919
STEREO = 2
20+
QUADRO = 4 # 4CHANNEL is not a legal Python name
2021

2122
INPUT_LINE = 0
2223
INPUT_MIC = 1

0 commit comments

Comments
 (0)