Hi. I am working on a project playing wav files.
I am looking for a way to move audio file being played to another position.
As i found, waveout has waveOutGetposition(), but it doens't have
waveOutSetPosition. I think i should use other ways to do it.
I put a track bar(slider bar) and if i adjust the bar,
the audio position should be moved to where i click.
Anyone has any ideas? I spend a lot of time, but nothing.
help me.