Skip to content

Commit b3e1746

Browse files
committed
remove some class variables
1 parent b7a927c commit b3e1746

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sounddevice.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2512,12 +2512,10 @@ def __init__(self, exclusive=False, auto_convert=False, explicit_sample_format=F
25122512
class _CallbackContext:
25132513
"""Helper class for reuse in play()/rec()/playrec() callbacks."""
25142514

2515-
blocksize = None
25162515
frame = 0
25172516
frames: int
25182517
input_channels = output_channels = None
25192518
input_dtype = output_dtype = None
2520-
input_mapping = output_mapping = None
25212519
silent_channels = None
25222520

25232521
def __init__(self, loop=False):

0 commit comments

Comments
 (0)