Difference between revisions of "Modules/pcm/pcmenc/Settings"

From MSX Game Library

< Modules‎ | pcm/pcmenc

(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_...")
 
(No difference)

Latest revision as of 23:13, 15 January 2024

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