Skip to content

Commit

Permalink
Add logging and refactorings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice09 committed Sep 15, 2024
1 parent df12f11 commit 9fadcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tech/indus340/complexa/utils/AudioUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class AudioUtils {
public static final double DEFAULT_SILENCE_THRESHOLD = 0.02; // Default threshold for detecting noise
public static final int DEFAULT_BUFFER_SIZE = 1024; // Default buffer size
public static final long DEFAULT_SILENCE_THRESHOLD_MS = 2000; // Silence threshold duration in milliseconds
public static final long DEFAULT_SILENCE_CONTINUOUS_THRESHOLD_MS = 1000; // Silence threshold duration in milliseconds
public static final long DEFAULT_SILENCE_CONTINUOUS_THRESHOLD_MS = 700; // Silence threshold duration in milliseconds

private static long silenceStartTime;

Expand Down

0 comments on commit 9fadcf4

Please sign in to comment.