Hi. I want to be able to cut some part of wave file and save the rest of it. I'm using WaveViewer control to show waveform of loaded wav file. I have even found a code showing how to trim the wave file(but not cut it in the middle). But I don't have an idea how to obtain position of wavefile. I mean, when I click on the waveform(in WaveViewer control), how can I get the time of the file?
Or maybe there is some other method?
(I'm using windows forms, not WPF)