Skip to content

Commit

Permalink
'#1267: Remove the check of FFmpeg from transcription implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Feb 25, 2023
1 parent 014f38f commit 5ee9345
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public void init(ConfigurationManager configurationManager) throws Exception {
"To use Google transcription, you must specify environment variable " + CREDENTIAL_KEY);
}

checkFFmpeg();

speechClient = SpeechClient.create();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public void init(ConfigurationManager configurationManager) throws Exception {
if (!deque.isEmpty())
return;

checkFFmpeg();

Server server;
int device = 0;
while ((server = startServer(device++)) != null) {
Expand Down

0 comments on commit 5ee9345

Please sign in to comment.