We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c155a33 commit b7ac8a6Copy full SHA for b7ac8a6
AudioCoder/src/main/java/org/operatorfoundation/audiocoder/WSPRProcessor.kt
@@ -75,7 +75,7 @@ class WSPRProcessor
75
* Gets the optimal number of samples for WSPR decoding
76
* Uses the minimum decode duration to avoid buffer overflow (CJarInterface.WSPRDecodeFromPcm expects 120 seconds)
77
*/
78
- private fun getOptimalDecodeSamples(): Int
+ fun getOptimalDecodeSamples(): Int
79
{
80
return (SAMPLE_RATE_HZ * MINIMUM_DECODE_SECONDS).toInt()
81
}
0 commit comments