Skip to content

Commit 3d056ec

Browse files
authored
Update GoogleSpeech2TextPipeline.m
1 parent 80355f6 commit 3d056ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

GoogleSpeech2TextPipeline.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
source_file_full_path = append(source_file_path, destination_blob_name);
7373

7474
%% Startup package check and Python PATH check.
75+
% This check runs to make sure that the correct Python packages are
76+
% installed and everything is on PATH nicely. If this check is being
77+
% tripped for some reason when it shouldn't be, feel free to disable it.
7578
ready_togo = py.MATLAB_Speech_Recog_SETUP.startup_check();
7679
if ready_togo ~= 1
7780
error("Initial setup indicated that one or more Python packages are missing. Please run MATLAB_Speech_Recog_SETUP.py and follow instructions to fix.");

0 commit comments

Comments
 (0)