Wrox Programmer Forums
|
Visual C++ Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 8th, 2006, 09:25 PM
Registered User
 
Join Date: Nov 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Sound recorder

Hello everybody !
 I'm looking for a source code (in Visual C++) to record sound from micro on sound card and compress it on the standard GSM 6.10 codec and save it into file *.Wav ( nearly the file sndrec32.exe in Window XP). I hope to receive the help from eaveryone. thank you !
 Please contact to me through email : [email protected] .



 
Old December 31st, 2006, 09:08 AM
Authorized User
 
Join Date: Aug 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Assuming u have the MSDN installed ,

see the "mci" interface for help.

it has many API s to record / play from sound card.

mci r divided in 2 types of functions ->

1) individual functions available for use such mciPlay() mciRecord() etc.
2) string driven functions . such as ..
mciExecute("CD OPEN"); etc.


but you have to get an interface of the soundcard using the functions available for it. next use this handle to record / play etc by other functions.


Look in the net for more example of mci interface.

ABhattacharyya





Similar Threads
Thread Thread Starter Forum Replies Last Post
Launch Macro Recorder ON from Workbook_Open skhan007 Excel VBA 2 October 29th, 2008 09:58 PM
sound mohand Visual Basic 2005 Basics 1 November 27th, 2007 05:03 PM
sound goldenpiranha Pro VB.NET 2002/2003 1 December 7th, 2005 04:54 PM
Sound on/off Adam H-W Flash (all versions) 1 June 27th, 2003 03:21 PM
Sound on demand Bill Javascript 2 June 10th, 2003 01:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.