Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 736 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 736 Bytes

ambient-mixer-sdl

This is a tool, initially written to work on a Raspberry Pi 3 with a Hyperpixel 4.0 Display (800*480px). It takes presets and sounds from ambient-mixer (converted to ogg) and plays them with cross fade on switching.

I wrote this to have a nice possibility to use it at my D&D table.

example.png

Preparation

Folders and files:

presets/my-ambient.xml
images/my-ambient.jpg
sounds/1.ogg
sounds/2.ogg

Start the compiled tool:

build/src/sdlgame presets/my-ambient.xml [...]

To download it you can use the tool from Philooz/pyambientmixer

compile

make build
cd build
cmake ..
make -j