Skip to content

Commit b7ac8a6

Browse files
committed
Update WSPRProcessor.kt
1 parent c155a33 commit b7ac8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AudioCoder/src/main/java/org/operatorfoundation/audiocoder/WSPRProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class WSPRProcessor
7575
* Gets the optimal number of samples for WSPR decoding
7676
* Uses the minimum decode duration to avoid buffer overflow (CJarInterface.WSPRDecodeFromPcm expects 120 seconds)
7777
*/
78-
private fun getOptimalDecodeSamples(): Int
78+
fun getOptimalDecodeSamples(): Int
7979
{
8080
return (SAMPLE_RATE_HZ * MINIMUM_DECODE_SECONDS).toInt()
8181
}

0 commit comments

Comments
 (0)