How to recored and play mp3 files
-
How can I record and play sound file in mp3 format ?
-
How can I record and play sound file in mp3 format ?
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:
-
How can I record and play sound file in mp3 format ?
See Sound recording and encoding in mp3 format.[^] and Ey Media Player [^].