Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Hi,
I need a best Example for Audio Recording using Mfc in vc++6.0
can any one help me?
Posted

1 solution

FIRST ANSWER
Use google...

Take a look at the second link that after putting "audio recording mfc" google has given me:

How to play and record sounds[^]

SECOND ANSWER
Take a look at those samples from CP:
http://www.codeproject.com/KB/dialog/#Windows+Common+dialogs[^]
Here you will see some samples of different CFileDialog usage, you could take a look at CFileDialog samples in Google, which will give you the pointers on how to get the possibility to navigate folders searching for files...
Then it will be really easy to harvest the file path and name and put it into a CEdit.

If you want to "record" or copy only a part of a sound wave stored in a sound file... then, first of all your question is at least bad formed, but after that you need a complete different solution than what I gave you before... I would point you to the Audacity project which is a open source project that is used to "play" with sound files.

Probably there you'll find good examples of everything you could need regarding sound files.

You are giving not much details on what you need and the new details are completely different from what you asked at the beginning.

If I were you I would make a completely new question and would wait for someone to help. Of course while I would be researching on my own.

Good luck!
 
Share this answer
 
v2
Comments
sruthi dodda 4-Sep-12 5:53am    
thanks...
its better example.
but i need a little requirement
edit box to get the file path using browse button...?
A particular part of the file needed to be recorded not the compelete file.(using a slider bar) recording file to be save on the system.
wat ever the recording file on the server is recording simultaneously the recording should be able to listen on client side also...(streaming)?
can u provide the best example according to my requirements?
Joan M 4-Sep-12 6:13am    
Updated my 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