mirror of https://github.com/python/cpython.git
Added QUADRO.
This commit is contained in:
parent
8496d39478
commit
25bcdb0e56
|
@ -17,6 +17,7 @@
|
|||
|
||||
MONO = 1
|
||||
STEREO = 2
|
||||
QUADRO = 4 # 4CHANNEL is not a legal Python name
|
||||
|
||||
INPUT_LINE = 0
|
||||
INPUT_MIC = 1
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
MONO = 1
|
||||
STEREO = 2
|
||||
QUADRO = 4 # 4CHANNEL is not a legal Python name
|
||||
|
||||
INPUT_LINE = 0
|
||||
INPUT_MIC = 1
|
||||
|
|
Loading…
Reference in New Issue