Skip to content

Releases: VarunS2002/Java-Loud-Voice-Alert

Bug Fix Update

22 Sep 18:59
Compare
Choose a tag to compare
  • Fixed beeping not working on some systems

First Release

02 Apr 16:32
Compare
Choose a tag to compare

Usage:

  • Method 1:
    • Place the config.properties file in the same directory as the .jar file
    • Enter your preferred threshold value (should be an integer>0) in the config.properties file
    • Run the .jar file from the command line using the following command:
      java -jar Java-Loud-Voice-Alert.jar
      
  • Method 2:
    • Run the .jar file from the command line using the following command:
      java -jar Java-Loud-Voice-Alert.jar
      
    • Enter your preferred threshold value (should be an integer>0)

Note:

  • If an invalid threshold value is entered, the default value of 500 will be used
  • You have to adjust your threshold value based on the sensitivity of your microphone and system values
  • You can adjust it step-by-step by starting with a lower value and increasing it until you're satisfied with the result
  • If the input device is changed, you will not be alerted and you will have to restart the application