Click here to Skip to main content
15,911,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Variable scoping and pointers Pin
Rajesh R Subramanian23-Sep-08 0:58
professionalRajesh R Subramanian23-Sep-08 0:58 
GeneralRe: Variable scoping and pointers Pin
Christian Flutcher23-Sep-08 1:05
Christian Flutcher23-Sep-08 1:05 
GeneralRe: Variable scoping and pointers Pin
Cedric Moonen23-Sep-08 1:26
Cedric Moonen23-Sep-08 1:26 
GeneralRe: Variable scoping and pointers Pin
Rajesh R Subramanian23-Sep-08 1:35
professionalRajesh R Subramanian23-Sep-08 1:35 
QuestionAudio Capturing for RTP - Windows Pin
CrazyDogg22-Sep-08 23:29
CrazyDogg22-Sep-08 23:29 
AnswerRe: Audio Capturing for RTP - Windows Pin
Mark Salsbery23-Sep-08 10:24
Mark Salsbery23-Sep-08 10:24 
GeneralRe: Audio Capturing for RTP - Windows [modified] Pin
CrazyDogg23-Sep-08 21:26
CrazyDogg23-Sep-08 21:26 
GeneralRe: Audio Capturing for RTP - Windows Pin
Mark Salsbery24-Sep-08 5:44
Mark Salsbery24-Sep-08 5:44 
CrazyDogg wrote:
Are there any examples how to use the ACM?


See the "Using the Audio Compression Manager" section at the link.

CrazyDogg wrote:
I don´t understand exactly is how I have to make the frames adapted to
the size I need?


That can get tricky because different codecs have different granularity.
You can easily use the ACM functions to examine different compressed formats
to see if 20ms granularity is possible.

I personally capture samples in 20ms chunks, so yes, you can cut 160 bytes of
samples from the buffer.

CrazyDogg wrote:
And after receiving my RTP Packets? Must I assemble the Data from the Packet before I have to playout the buffer?


Yes - you have to. If the samples have been converted to another format
(than PCM) you'll need to convert them back to PCM.
Then you have to deal with jitter, lost packets, and if you're doing
capture/playback in real time (like teleconferencing) you need to
deal with clock drift.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Audio Capturing for RTP - Windows Pin
Mark Salsbery23-Sep-08 10:27
Mark Salsbery23-Sep-08 10:27 
QuestionGetting number of channels from a WMV Pin
Ben.Robinson.2322-Sep-08 23:19
Ben.Robinson.2322-Sep-08 23:19 
AnswerRe: Getting number of channels from a WMV Pin
Mark Salsbery23-Sep-08 10:33
Mark Salsbery23-Sep-08 10:33 
QuestionScrollbars are not working in VISTA Pin
hari_honey22-Sep-08 23:08
hari_honey22-Sep-08 23:08 
QuestionRe: Scrollbars are not working in VISTA Pin
Mark Salsbery23-Sep-08 10:37
Mark Salsbery23-Sep-08 10:37 
QuestionMaking a static labrary (to use <...> insted of "...") Pin
akirilov22-Sep-08 23:02
akirilov22-Sep-08 23:02 
AnswerRe: Making a static labrary (to use <...> insted of "...") Pin
Cedric Moonen22-Sep-08 23:11
Cedric Moonen22-Sep-08 23:11 
GeneralRe: Making a static labrary (to use <...> insted of "...") Pin
akirilov22-Sep-08 23:24
akirilov22-Sep-08 23:24 
GeneralRe: Making a static labrary (to use <...> insted of "...") Pin
Cedric Moonen22-Sep-08 23:27
Cedric Moonen22-Sep-08 23:27 
GeneralRe: Making a static labrary (to use <...> insted of "...") Pin
toxcct23-Sep-08 2:07
toxcct23-Sep-08 2:07 
AnswerRe: Making a static labrary (to use <...> insted of "...") Pin
akirilov23-Sep-08 3:07
akirilov23-Sep-08 3:07 
Questiondebug a microsoft function Pin
dolly22-Sep-08 22:12
dolly22-Sep-08 22:12 
AnswerRe: debug a microsoft function Pin
Rajesh R Subramanian22-Sep-08 22:18
professionalRajesh R Subramanian22-Sep-08 22:18 
AnswerRe: debug a microsoft function Pin
toxcct22-Sep-08 22:19
toxcct22-Sep-08 22:19 
GeneralRe: debug a microsoft function Pin
dolly22-Sep-08 23:04
dolly22-Sep-08 23:04 
GeneralRe: debug a microsoft function Pin
dolly22-Sep-08 23:06
dolly22-Sep-08 23:06 
GeneralRe: debug a microsoft function Pin
toxcct22-Sep-08 23:07
toxcct22-Sep-08 23:07 

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.