How to play .wav file and control speed of the playing .wav file
-
I want to play .wav file using waveform audio functions i.e WAVEFORMATEX and using the functions waveOutOpen, waveOutWrite etc.. I have tried it, but I could play only part of the file. And even I want to control the speed of that played file i.e. to increase the speed or decrease the speed of the .wav file. Please Help me out. Thanks in Advance CraZyToLearn
:) CraZyToLearn :)
-
I want to play .wav file using waveform audio functions i.e WAVEFORMATEX and using the functions waveOutOpen, waveOutWrite etc.. I have tried it, but I could play only part of the file. And even I want to control the speed of that played file i.e. to increase the speed or decrease the speed of the .wav file. Please Help me out. Thanks in Advance CraZyToLearn
:) CraZyToLearn :)
Check if
PlaySound()
is of any use to you.
Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா
-
I want to play .wav file using waveform audio functions i.e WAVEFORMATEX and using the functions waveOutOpen, waveOutWrite etc.. I have tried it, but I could play only part of the file. And even I want to control the speed of that played file i.e. to increase the speed or decrease the speed of the .wav file. Please Help me out. Thanks in Advance CraZyToLearn
:) CraZyToLearn :)
You can use also of MCI functions for play your file:)
WhiteSky
-
Check if
PlaySound()
is of any use to you.
Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா
Hey Thanks to WhiteSky as well as Brahmma for your reply.... I have used playsound() as well as MCI controls to play wav file, but I don't want that way to play my wave files. I just want to play it through waveform audio functions. Even I want to increase/decrease the speed of play.
CraZyToLearn
-
Hey Thanks to WhiteSky as well as Brahmma for your reply.... I have used playsound() as well as MCI controls to play wav file, but I don't want that way to play my wave files. I just want to play it through waveform audio functions. Even I want to increase/decrease the speed of play.
CraZyToLearn