Click here to Skip to main content
15,898,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: reg: database connection in vc++6 Pin
_AnsHUMAN_ 3-May-07 0:29
_AnsHUMAN_ 3-May-07 0:29 
QuestionGenerating and streaming audio Pin
Ali Tavakol3-May-07 0:09
Ali Tavakol3-May-07 0:09 
AnswerRe: Generating and streaming audio Pin
Roger Stoltz3-May-07 1:39
Roger Stoltz3-May-07 1:39 
GeneralRe: Generating and streaming audio Pin
Ali Tavakol3-May-07 7:51
Ali Tavakol3-May-07 7:51 
GeneralRe: Generating and streaming audio Pin
Mark Salsbery3-May-07 9:40
Mark Salsbery3-May-07 9:40 
GeneralRe: Generating and streaming audio Pin
Ali Tavakol4-May-07 8:38
Ali Tavakol4-May-07 8:38 
GeneralRe: Generating and streaming audio Pin
Mark Salsbery4-May-07 9:09
Mark Salsbery4-May-07 9:09 
GeneralRe: Generating and streaming audio Pin
Roger Stoltz3-May-07 11:28
Roger Stoltz3-May-07 11:28 
Ali Tavakol wrote:
forget anything about USB. I have worked a lot on this topic and I have no problems.


Big Grin | :-D
So, we've covered that. Nice!


Ali Tavakol wrote:
the audio signals I receive, have not a special format. signals are only sampled values from the voice.


This makes me think of treating the audio data as "raw", for which you should be able to use the WAV-format. I would try creating a memory mapped WAV-file with the raw audio data and then use the multimedia API for playing it with mmioXXXX functions.
Have a look here[^] for how to play/stream a WAV file and here[^] for information about the WAV file format.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown

GeneralRe: Generating and streaming audio Pin
Ali Tavakol4-May-07 8:34
Ali Tavakol4-May-07 8:34 
GeneralRe: Generating and streaming audio Pin
Roger Stoltz4-May-07 11:54
Roger Stoltz4-May-07 11:54 
QuestionHow to assign the returned value of function to any variable Pin
chandrikav3-May-07 0:01
chandrikav3-May-07 0:01 
AnswerRe: How to assign the returned value of function to any variable Pin
Rajesh R Subramanian3-May-07 0:08
professionalRajesh R Subramanian3-May-07 0:08 
AnswerWrong forum? Pin
CPallini3-May-07 0:08
mveCPallini3-May-07 0:08 
QuestionLNK2019 Pin
meg223-May-07 0:00
meg223-May-07 0:00 
AnswerRe: LNK2019 Pin
toxcct3-May-07 0:05
toxcct3-May-07 0:05 
AnswerRe: LNK2019 Pin
Cedric Moonen3-May-07 0:41
Cedric Moonen3-May-07 0:41 
AnswerRe: LNK2019 Pin
Sameerkumar Namdeo3-May-07 1:14
Sameerkumar Namdeo3-May-07 1:14 
GeneralRe: LNK2019 Pin
Cedric Moonen3-May-07 1:22
Cedric Moonen3-May-07 1:22 
GeneralRe: LNK2019 Pin
toxcct3-May-07 2:29
toxcct3-May-07 2:29 
GeneralRe: LNK2019 Pin
Cedric Moonen3-May-07 4:22
Cedric Moonen3-May-07 4:22 
QuestionPanel control in unmanaged c++? Pin
nathan72-May-07 23:55
nathan72-May-07 23:55 
AnswerRe: Panel control in unmanaged c++? Pin
Mark Salsbery3-May-07 6:14
Mark Salsbery3-May-07 6:14 
Question#define IOC_VENDOR 0x18000000 Pin
skyline22-May-07 23:47
skyline22-May-07 23:47 
AnswerRe: #define IOC_VENDOR 0x18000000 Pin
toxcct3-May-07 0:06
toxcct3-May-07 0:06 
GeneralRe: #define IOC_VENDOR 0x18000000 Pin
skyline24-May-07 20:34
skyline24-May-07 20:34 

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.