Skip to content

Commit

Permalink
Add missed error handler for the RX output sound device.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Jan 24, 2024
1 parent df5498d commit 7105ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2746,6 +2746,7 @@ void MainFrame::startRxStream()
}, nullptr);

rxInSoundDevice->setOnAudioError(errorCallback, nullptr);
rxOutSoundDevice->setOnAudioError(errorCallback, nullptr);

if (txInSoundDevice && txOutSoundDevice)
{
Expand Down

0 comments on commit 7105ee8

Please sign in to comment.