Skip to content

Commit d981e16

Browse files
authored
Merge pull request lkuza2#102 from Yakeb/patch-1
Update MicrophoneAnalyzer.java
2 parents 6994708 + 09f4a40 commit d981e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/darkprograms/speech/microphone/MicrophoneAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public int getFrequency(){
121121

122122
/**
123123
* Calculates the frequency based off of the number of bytes.
124-
* CAVEAT: THE NUMBER OF BYTES MUST BE A MULTIPLE OF 2!!!
124+
* CAVEAT: The number of Bytes must be a multiple of 2!
125125
* @param numOfBytes The number of bytes which must be a multiple of 2!!!
126126
* @return The calculated frequency in Hertz.
127127
*/

0 commit comments

Comments
 (0)