## Sample configuration file to copy as ~/.lebiniourc
## Remove the leading "#" to uncomment lines

[Plugins]
## Available input plugins: oss, alsa, jackaudio, pulseaudio, sndfile, twip, random, NULL (no input)
# Input=alsa

## Input buffer size (samples)
## Note: not applicable to the jackaudio or sndfile plugins
# InputSize=1024

## Available output plugins: SDL2, RTMP, mp4, diskwriter, NULL (no output)
# Output=SDL2

## Plugins blacklist
# Blacklist=plugin1;plugin2;...

## Path to a video (video plugin)
# Video=/path/to/video.mp4

[Screen]
# Width=960
# Height=540
# FullScreen=false

[Engine]
## DataDir: path to a directory containing colormaps and images
# DataDir: /usr/share/lebiniou

## Themes: comma-separated list of themes to use (default: biniou)
## If a theme name begins with a "~", it will be loaded from your
## .lebiniou/images/ directory eg: "~mytheme" will load images from
## ~/.lebiniou/images/mytheme/
# Themes=biniou

## SequencesDir: path to a directory containing sequences
## If unset, ~/.lebiniou/sequences/ will be used
# SequencesDir=/path/to/sequences/

## StartWithFirstSequence
## By default, start with the most recent (last) sequence saved
# StartWithFirstSequence=false

## RandomMode
## 0 = Off
## 1 = Sequences
## 2 = Schemes
## 3 = Sequences and schemes
# RandomMode=2

## Frames per second
# Fps=60

## Auto-change timers values
## NOTE: it's advised to set *both* values for Min and Max if used
## Colormaps
# ColormapsMin=15
# ColormapsMax=30
## Images
# ImagesMin=15
# ImagesMax=30
## Sequences
# SequencesMin=15
# SequencesMax=30

## Auto-change modes
## Possible values are: shuffle,random,cycle
# ColormapsMode=random
# ImagesMode=random
# SequencesMode=shuffle

[Input]
## Set to true if you have a buggy DSP driver
# AntiPhase=false

## Volume scaling
# VolumeScale=1.0

[Webcam]
## Control horizontal/vertical flipping
# HorizontalFlip=true
# VerticalFlip=true

## Number of webcams
# Webcams=1

## Path to the webcam devices
# Device=/dev/video

## Auto-change webcams
# WebcamsMin=15
# WebcamsMax=30
# WebcamsMode=cycle

[3D]
## Scale factor (defaults to height/(16/9))
## For 960x540, this is 303.75
## Must be >= 1.03
# ScaleFactor=303.75

## Rotation amount (per frame)
## Must be > 0.001, default: 0.0025
# RotationAmount=0.0025

## Maximum rotation factor
## Must be > 1, default: 4
# RotationFactor=4
