Skip to content

Commit 2c8a27e

Browse files
committed
BF: default for mic should be transcription=False
Most users don't have google API, so most users are getting an error when they try to run the study with a mic in the default settings
1 parent 5a3c292 commit 2c8a27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psychopy/experiment/components/microphone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, exp, parentName, name='mic',
5252
channels='auto', device="default",
5353
sampleRate='DVD Audio (48kHz)', maxSize=24000,
5454
outputType='default', speakTimes=True, trimSilent=False,
55-
transcribe=True, transcribeBackend="Google", transcribeLang="en-US", transcribeWords="",
55+
transcribe=False, transcribeBackend="Google", transcribeLang="en-US", transcribeWords="",
5656
#legacy
5757
stereo=None, channel=None):
5858
super(MicrophoneComponent, self).__init__(

0 commit comments

Comments
 (0)