Skip to content

Commit

Permalink
'#1798: Comment out unused MediaType constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Aug 5, 2023
1 parent 59f069f commit 0f1c892
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class GoogleTranscriptTask extends AbstractTranscriptTask {
// must be set in environment variable
private static final String CREDENTIAL_KEY = "GOOGLE_APPLICATION_CREDENTIALS";

/*
public static final MediaType mp3 = MediaType.audio("mpeg");
public static final MediaType ogg = MediaType.audio("vorbis");
public static final MediaType flac = MediaType.audio("x-flac");
Expand All @@ -40,7 +41,8 @@ public class GoogleTranscriptTask extends AbstractTranscriptTask {
public static final MediaType amr = MediaType.audio("amr");
public static final MediaType aac = MediaType.audio("x-aac");
public static final MediaType speex = MediaType.audio("speex");

*/

private static Object lock = new Object();
private static long lastTime = 0;

Expand Down

0 comments on commit 0f1c892

Please sign in to comment.