Link to home
Start Free TrialLog in
Avatar of collinng
collinng

asked on

How to save a Wav file ?

i am using VB5, with Multimedia MCI control. When running the program, after recording, how do i save it onto hardisk as wav file ?

i have tried the following but doesn't work:

  MM.Notify = False
  MM.Wait = True
  MM.Shareable = False
  MM.DeviceType = "WaveAudio"
  fmEdit1.MM.filename = xxxx
  fmEdit1.MM.Command = "Save"


Derrick
Avatar of xSinbad
xSinbad

ASKER CERTIFIED SOLUTION
Avatar of xSinbad
xSinbad

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial