Yes indeed TMediaplayer has a setting that allows you to start wherever you like in a wav file. it is call position. if you set the position to a place in the file it will indeed start from there. If you couple it with progressbar you will have a better idea. make the progressbar.max:=Tmediaplayer.length. then make yourself a routine that goes like this Tmediaplayer.position:=progressbar.position. you shoule be able to work out where to start. if you are looking for a good wav editor Audacity is a free one.
Hope this helps -- Anthony <[EMAIL PROTECTED]>