HomeC&C++WainTutorialsSamplesTip&TrickTools

Play a tone in the PC speaker

A program which show how to use Windows Multimedia to play a tone in the PC speaker. The program should compile with any Windows compiler, but you have with link with winmm.lib

Record and playback

The program shows how to record, write the recorded sound to a file and play it. The program should compile with any Windows compiler, but you have with link with winmm.lib

MP3 Player

This is a very simple MP3-player for windows.

Play MP3 file

Show how to play a MP3 file without any GUI on Windows