Click here to Skip to main content
15,913,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Restarting Windows Pin
Hamid_RT29-Oct-07 7:21
Hamid_RT29-Oct-07 7:21 
GeneralRe: Restarting Windows Pin
ThatsAlok30-Oct-07 1:57
ThatsAlok30-Oct-07 1:57 
GeneralRe: Restarting Windows Pin
RomTibi30-Oct-07 9:00
RomTibi30-Oct-07 9:00 
QuestionNeed help with console character interface Pin
jp-mocs28-Oct-07 9:20
jp-mocs28-Oct-07 9:20 
QuestionReading excel worksheet from clipboard Pin
Andy H28-Oct-07 6:37
Andy H28-Oct-07 6:37 
QuestionUnreacheable subitem prepaint stage. Pin
paper6728-Oct-07 5:36
paper6728-Oct-07 5:36 
QuestionHow to recored and play mp3 files Pin
Mohsen Saad28-Oct-07 0:26
Mohsen Saad28-Oct-07 0:26 
AnswerRe: How to recored and play mp3 files Pin
Mark Salsbery28-Oct-07 7:39
Mark Salsbery28-Oct-07 7:39 
I assume you mean programmatically...

For capturing and rendering audio samples there's
(included with Windows):

Windows Multimedia Audio[^]
DirectSound[^]

For compressing/decompressing PCM samples to MP3 you
could use the Audio Compression Manager (ACM)[^].  You'll
need an ACM-compatible MP3 codec to use ACM.

There's no MP3 codec included with Windows, but there's
some available from 3rd party sources.  Google "LAME MP3"
for an example of a free MP3 codec.

You may find other open-source MP3 projects that have code that
is simpler to use than ACM.

You could also study MP3 compression and write your own codec code.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: How to recored and play mp3 files Pin
Hamid_RT28-Oct-07 19:12
Hamid_RT28-Oct-07 19:12 
QuestionPadRight Pin
teejayem27-Oct-07 11:39
teejayem27-Oct-07 11:39 
AnswerRe: PadRight Pin
Mark Salsbery27-Oct-07 12:29
Mark Salsbery27-Oct-07 12:29 
GeneralRe: PadRight Pin
teejayem27-Oct-07 15:21
teejayem27-Oct-07 15:21 
GeneralRe: PadRight Pin
Mark Salsbery28-Oct-07 7:18
Mark Salsbery28-Oct-07 7:18 
GeneralRe: PadRight Pin
teejayem28-Oct-07 7:44
teejayem28-Oct-07 7:44 
GeneralRe: PadRight Pin
Mark Salsbery28-Oct-07 7:48
Mark Salsbery28-Oct-07 7:48 
GeneralRe: PadRight Pin
teejayem28-Oct-07 9:46
teejayem28-Oct-07 9:46 
GeneralRe: PadRight Pin
Mattias G28-Oct-07 10:37
Mattias G28-Oct-07 10:37 
GeneralRe: PadRight Pin
teejayem28-Oct-07 12:51
teejayem28-Oct-07 12:51 
GeneralRe: PadRight Pin
Mark Salsbery29-Oct-07 5:50
Mark Salsbery29-Oct-07 5:50 
GeneralRe: PadRight Pin
teejayem29-Oct-07 7:53
teejayem29-Oct-07 7:53 
GeneralRe: PadRight Pin
Mark Salsbery29-Oct-07 8:07
Mark Salsbery29-Oct-07 8:07 
GeneralRe: PadRight Pin
teejayem29-Oct-07 8:17
teejayem29-Oct-07 8:17 
GeneralRe: PadRight Pin
Mark Salsbery29-Oct-07 8:23
Mark Salsbery29-Oct-07 8:23 
GeneralRe: PadRight Pin
teejayem29-Oct-07 8:34
teejayem29-Oct-07 8:34 
AnswerRe: PadRight Pin
David Crow29-Oct-07 4:13
David Crow29-Oct-07 4:13 

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.