We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6994708 + 09f4a40 commit d981e16Copy full SHA for d981e16
src/main/java/com/darkprograms/speech/microphone/MicrophoneAnalyzer.java
@@ -121,7 +121,7 @@ public int getFrequency(){
121
122
/**
123
* Calculates the frequency based off of the number of bytes.
124
- * CAVEAT: THE NUMBER OF BYTES MUST BE A MULTIPLE OF 2!!!
+ * CAVEAT: The number of Bytes must be a multiple of 2!
125
* @param numOfBytes The number of bytes which must be a multiple of 2!!!
126
* @return The calculated frequency in Hertz.
127
*/
0 commit comments