edit wav-file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi everybody,

i currently develop an app under c#. i want to play the last x seconds of a
previously recorded and saved wav-file. there is a simple way to achieve this?

If not, is there any way to edit the previously recorded wav-file in a way,
that the last x seconds are kept so that i can save these to new filename and
play this one?

Thanx a lot!
 
I would recommend using mci, the media control interface.

You'll need "open waveaudio", "set time format ms", "status length", "play
from", and "close". If you want to save a cropped file, then "delete from"
and "save" would be helpful. See
http://www.geocities.com/smigman.geo/mci/wav.html for example mci commands.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top