We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632cf66 commit aded8eaCopy full SHA for aded8ea
1 file changed
AudioCoder/src/main/java/org/operatorfoundation/audiocoder/WSPRStation.kt
@@ -300,6 +300,7 @@ class WSPRStation(
300
// Phase 1: Prepare for audio collection
301
_stationState.value = WSPRStationState.PreparingForCollection
302
signalProcessor.clearBuffer()
303
+ audioSource.flushBuffer()
304
305
// Phase 2: Collect audio for the required duration
306
_stationState.value = WSPRStationState.CollectingAudio
0 commit comments