Qt 6.11 is out! See what's new in the release
blog
Question about QAudioOutput playing blank sound
General and Desktop
3
Posts
1
Posters
857
Views
1
Watching
-
QtMultimedia's QAudioOutput ...
play a blank *.wav file(all dates are zeros with signedint and 16bit), the sound will start with 'poo'
why this happen?
and how can I avoid this problem?
@
QAudioFormat format;
format.setSampleType(QAudioFormat::SignedInt);
//using this or QAudioFormat::UnSignedInt is same effect.
@