PDA

View Full Version : Faster Speed For QSound-object



QT_NUB
21st February 2016, 15:09
I'm having a QSound-object which contains .wav-audiofile. Its length is 3s. In some situations I want it to be squeezed to 1.5s. How I play it at double speed? If QSound doesn't do that, in which way I do it then? :confused:

anda_skoa
21st February 2016, 15:59
The easiest way would be to have a second file, e.g. created from the first with an audio manipulation program.

Cheers,
_

QT_NUB
21st February 2016, 17:42
...and the more difficult case? I like challenges. :cool: