We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80036aa commit 52d025eCopy full SHA for 52d025e
examples/rec_unlimited.py
@@ -49,7 +49,7 @@ def int_or_str(text):
49
# soundfile expects an int, sounddevice provides a float:
50
args.samplerate = int(device_info['default_samplerate'])
51
if args.filename is None:
52
- args.filename = tempfile.mktemp(prefix='rec_unlimited_',
+ args.filename = tempfile.mktemp(prefix='delme_rec_unlimited_',
53
suffix='.wav', dir='')
54
q = queue.Queue()
55
0 commit comments