Revert sample rate buff

This commit is contained in:
ceikry 2024-06-08 14:24:11 -05:00
parent 955c5b5e73
commit 2051ba226c

View file

@ -55,6 +55,6 @@ public class GlobalConfig {
public static int JS5_RESPONSE_TIMEOUT = 5000; public static int JS5_RESPONSE_TIMEOUT = 5000;
public static int AUDIO_SAMPLE_RATE = 44100; //default is 22050 public static int AUDIO_SAMPLE_RATE = 22050; //default is 22050, buff is 44100
} }