Click here to Skip to main content
16,018,318 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi...
I am having a Dialog based application with
one edit box to get the filepath of a wav file that is to be played.
the file path i can get through one button called browse.when i click on browse a dialog will be opened with th wav files that are present on my computer.by select it and when click on play it start playing the wav file.
upto here i did good.
the real problem is what
i am having 2 more buttons for record and record stop.
when i click on record button the file that is palying(when i click on play boutton)
that should start recording to a slice time and it should be save in my computer when i click on stop button.
playing should be done still the application gets closed.
can any one help me with an example for my problem
Posted

1 solution

You can use multimedia SDK functions such that waveOutOpen, waveInOpen, waveInPrepareHeader, waveInAddBuffer, waveInStart...
Waveform audio MSDN[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900