Click here to Skip to main content
15,915,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Tomasz Sowinski4-Jul-01 5:48
Tomasz Sowinski4-Jul-01 5:48 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Justin Hallet4-Jul-01 10:04
Justin Hallet4-Jul-01 10:04 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Tomasz Sowinski4-Jul-01 10:24
Tomasz Sowinski4-Jul-01 10:24 
QuestionIs there a NULL for member pointers? Pin
Malcolm McMahon3-Jul-01 22:26
Malcolm McMahon3-Jul-01 22:26 
AnswerRe: Is there a NULL for member pointers? Pin
Tomasz Sowinski4-Jul-01 0:32
Tomasz Sowinski4-Jul-01 0:32 
Questionhow to set g723.1 when waveinopen Pin
3-Jul-01 22:22
suss3-Jul-01 22:22 
AnswerRe: how to set g723.1 when waveinopen Pin
4-Jul-01 23:48
suss4-Jul-01 23:48 
GeneralRe: how to set g723.1 when waveinopen Pin
hapcoer5-Jul-01 22:29
hapcoer5-Jul-01 22:29 
i have put a G723-Stream directly to the input of the wave-device
but i was bewildered by the new problem as blow :
i set the g723format to waveinopen,and transmit the data in UDP socket ,then waveoutpen .i found it too long before the data reach
another computer(lan).why !
when i set PCMformat,it's quicker .

i set the g723 as blow
static const struct {
WAVEFORMATEX wf;
BYTE extra[10];
} g7231format = {
{ 66, 1, 8000, 800, 24, 0, 10 },
{ 2, 0, 0xce, 0x9a, 0x32, 0xf7, 0xa2, 0xae, 0xde, 0xac }};

i set the pcm as blow:
mwaveFormatEx.cbSize=0;
mwaveFormatEx.nAvgBytesPerSec=16000;
mwaveFormatEx.nBlockAlign=2;
mwaveFormatEx.nChannels=1;
mwaveFormatEx.nSamplesPerSec=8000;
mwaveFormatEx.wBitsPerSample=16;
mwaveFormatEx.wFormatTag=WAVE_FORMAT_PCM;
and set the databuf as blow;
#define MAXWAVEBLOCK 5 //the max_num of buffer
#define MAXWAVEBUFFER 800//rthe max_size of buffer
someone help me Frown | :( Frown | :(
GeneralPOP question...(probably trivial) Pin
Darko3-Jul-01 21:56
Darko3-Jul-01 21:56 
GeneralRe: POP question...(probably trivial) Pin
markkuk3-Jul-01 23:46
markkuk3-Jul-01 23:46 
GeneralRe: POP question...(probably trivial) Pin
4-Jul-01 5:12
suss4-Jul-01 5:12 
GeneralRe: POP question...(probably trivial) Pin
Ghazi H. Wadi4-Jul-01 5:23
Ghazi H. Wadi4-Jul-01 5:23 
GeneralWhois Lookup in ISAPI Pin
Raja K Vairakkannu3-Jul-01 21:30
Raja K Vairakkannu3-Jul-01 21:30 
GeneralRe: Whois Lookup in ISAPI Pin
Ghazi H. Wadi4-Jul-01 5:26
Ghazi H. Wadi4-Jul-01 5:26 
QuestionThread problem - help? Pin
Pradeepa3-Jul-01 20:15
Pradeepa3-Jul-01 20:15 
AnswerRe: Thread problem - help? Pin
Justin Hallet4-Jul-01 10:07
Justin Hallet4-Jul-01 10:07 
GeneralRe: Thread problem - help? Pin
Tomasz Sowinski4-Jul-01 10:27
Tomasz Sowinski4-Jul-01 10:27 
GeneralCDC::DrawIcon not drawing an icon when printing Pin
Diarrhio3-Jul-01 20:09
Diarrhio3-Jul-01 20:09 
Generalproblems to share a database file... Pin
XioPeng3-Jul-01 19:42
XioPeng3-Jul-01 19:42 
GeneralRe: problems to share a database file... Pin
3-Jul-01 20:47
suss3-Jul-01 20:47 
GeneralRe: problems to share a database file... Pin
XioPeng3-Jul-01 22:20
XioPeng3-Jul-01 22:20 
GeneralRe: problems to share a database file... Pin
markkuk3-Jul-01 23:58
markkuk3-Jul-01 23:58 
GeneralAbout ActiveX Print! Pin
3-Jul-01 16:25
suss3-Jul-01 16:25 
QuestionHow to set options ? Pin
pramod kumar3-Jul-01 15:53
pramod kumar3-Jul-01 15:53 
AnswerRe: How to set options ? Pin
User 98853-Jul-01 15:58
User 98853-Jul-01 15:58 

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.