Pixilang/Configuration

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Configuration[edit | edit source]

Pixilang can use a configuration file - config.ini. In the configuration file you can set the size of the window, the length (in samples) of the sound buffer, name of the window and other window properties. Example:

width       320
height      240
noborder
windowname  "Alternative name of the window"
buffer      4096