Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: start menu Pin
Rajesh R Subramanian9-May-07 6:48
professionalRajesh R Subramanian9-May-07 6:48 
QuestionRe: start menu Pin
David Crow9-May-07 8:14
David Crow9-May-07 8:14 
AnswerRe: start menu Pin
Rajesh R Subramanian9-May-07 8:32
professionalRajesh R Subramanian9-May-07 8:32 
Questioncreate audio buffer Pin
Letherian9-May-07 3:30
Letherian9-May-07 3:30 
AnswerRe: create audio buffer Pin
Mark Salsbery9-May-07 4:39
Mark Salsbery9-May-07 4:39 
AnswerRe: create audio buffer Pin
Maximilien9-May-07 5:03
Maximilien9-May-07 5:03 
AnswerRe: create audio buffer Pin
Letherian9-May-07 5:17
Letherian9-May-07 5:17 
AnswerRe: create audio buffer Pin
normanS9-May-07 11:01
normanS9-May-07 11:01 
Search in MSDN (or google the entire internet) for waveInOpen or waveInAddBuffer - these are some of the SDK-level Windows Multimedia functions you could use to handle.

An approach I have used in the past is to allocate a set of buffers in memory (using malloc - I code in C!) then open the wave device, and one by one do waveInAddBuffer to the audio device, and processing each buffer (copy it to another area in memory) whenever it is full and do waveInAddBuffer again. I only stored a few minutes, so I could replay a short section from PC memory, but you could write them to a file on the hard disk instead.
AnswerRe: create audio buffer Pin
normanS10-May-07 9:53
normanS10-May-07 9:53 
QuestionHow to Copy an Excel Worksheet Pin
_Nanon_9-May-07 3:22
_Nanon_9-May-07 3:22 
AnswerRe: How to Copy an Excel Worksheet Pin
led mike9-May-07 4:37
led mike9-May-07 4:37 
GeneralRe: How to Copy an Excel Worksheet Pin
_Nanon_9-May-07 5:10
_Nanon_9-May-07 5:10 
GeneralRe: How to Copy an Excel Worksheet Pin
Roger Stoltz9-May-07 5:31
Roger Stoltz9-May-07 5:31 
GeneralRe: How to Copy an Excel Worksheet Pin
_Nanon_9-May-07 5:55
_Nanon_9-May-07 5:55 
GeneralRe: How to Copy an Excel Worksheet Pin
led mike9-May-07 5:33
led mike9-May-07 5:33 
GeneralRe: How to Copy an Excel Worksheet Pin
_Nanon_9-May-07 5:39
_Nanon_9-May-07 5:39 
GeneralRe: How to Copy an Excel Worksheet Pin
led mike9-May-07 6:01
led mike9-May-07 6:01 
GeneralRe: How to Copy an Excel Worksheet Pin
Roger Stoltz9-May-07 6:09
Roger Stoltz9-May-07 6:09 
GeneralRe: How to Copy an Excel Worksheet Pin
_Nanon_10-May-07 6:54
_Nanon_10-May-07 6:54 
GeneralRe: How to Copy an Excel Worksheet Pin
Roger Stoltz10-May-07 11:07
Roger Stoltz10-May-07 11:07 
GeneralRe: How to Copy an Excel Worksheet Pin
_Nanon_11-May-07 0:17
_Nanon_11-May-07 0:17 
QuestionShared memory - storing messages with index Pin
sungita9-May-07 2:56
sungita9-May-07 2:56 
AnswerRe: Shared memory - storing messages with index Pin
Hans Dietrich9-May-07 3:04
mentorHans Dietrich9-May-07 3:04 
AnswerRe: Shared memory - storing messages with index Pin
ThatsAlok16-May-07 20:56
ThatsAlok16-May-07 20:56 
QuestionKey Logger Pin
Blumen9-May-07 2:56
Blumen9-May-07 2:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.