break;
}
default:
+ codec->InitWith(*this);
break;
}
}
// ----------------------------------------------------------------------------
#include "sndpcm.h"
-//#include "sndadpcm.h"
+#include "sndadpcm.h"
//#include "sndalaw.h"
#include "sndmulaw.h"
static wxClassInfo *l_sound_formats[] = {
NULL,
CLASSINFO(wxSoundPcmCodec),
- NULL, // CLASSINFO(wxSoundAdpcmCodec),
+ CLASSINFO(wxSoundAdpcmCodec),
NULL,
NULL,
NULL,
NULL, // CLASSINFO(wxSoundAlawCodec),
- NULL // CLASSINFO(wxSoundMulawCodec)
+ CLASSINFO(wxSoundMulawCodec)
};
static int l_nb_formats = WXSIZEOF(l_sound_formats);