2005-11-30から1日間の記事一覧

System.Media.SoundPlayer

NET2.0ではSoundPlayerクラスが用意され、簡単にサウンドが使えるようになっています。試しにoggを演奏させるプログラムを書いてみました。 #include <windows.h> #include <Mmreg.h> #include <stdio.h> #include <math.h> #include <vorbis/codec.h> #include <vorbis/vorbisfile.h> #using <System.dll> using namespace System; using namespace </system.dll></vorbis/vorbisfile.h></vorbis/codec.h></math.h></stdio.h></mmreg.h></windows.h>…