Skip to content

Commit e838db2

Browse files
committed
Add warning on unsupported sample size
1 parent e74ae2f commit e838db2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/audiostreamer/audiostreamer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ void AudioStreamer::convertBuffer(const u32 bytesRead) {
394394
break;
395395
}
396396
default:
397+
qWarning() << "Unsupported sample size:" << inputSampleSize;
397398
break;
398399
}
399400

0 commit comments

Comments
 (0)