Qt v6.5.2 QtMultimedia Audio Distortion Problem
-
Hello,
I have audio files with .wav extension in version 6.5.2. I create the MediaPlayer component and define AudioOutput in it. I put my file with .wav extension as the source. When I start it up, there is flickering and distortion in the sound. When I follow the progress of the sound using onPositionChanged, for example, if the time bar reaches the 20th second, the position of the sound is much further behind. During this process, the sound is distorted and flickering. When I try versions earlier than 6.5.2 or newer, this problem does not exist. The sound is working properly. But there are some elements that connect me to version 6.5.2. The first of these is that I play videos one after the other and when one ends, it automatically switches to the next. In versions other than version 6.5.2, a black screen appears during this transition and the image is not beautiful. In the 6.5.2 version, there is no black screen when changing the MediaPlayer source, and I can stream as if it were a single video by going directly from the last frame of the previous video to the first frame of the next video. So I think my main question is to solve the sound problem in version 6.5.2. How can I solve this problem? I'm open to other solutions where the two requests I want will work simultaneously. Thank you from now.