Modules/pcm/pcmenc/Settings

From MSX Game Library

Revision as of 00:13, 16 January 2024 by Aoineko (talk | contribs) (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // PCM-Encoder supported frequency (more than 1 value allowed) // - PCMENC_NONE, PCMENC_8K, PCMENC_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Modules‎ | pcm/pcmenc

Library configuration (msxgl_config.h):

// PCM-Encoder supported frequency (more than 1 value allowed)
// - PCMENC_NONE, PCMENC_8K, PCMENC_11K, PCMENC_22K and PCMENC_44K
#define PCMENC_FREQ		PCMENC_8K | PCMENC_11K | PCMENC_22K | PCMENC_44K