FOSFENO: motor de visuales audio-reactivas para Raspberry Pi
Primera version. Cinco motores (projectM, Butterchurn, Hydra, Shaders GLSL y mezclador VJ con camara y video), panel de control web, deteccion de BPM propia, pantalla de conexion con codigo QR, instalador robusto para Raspberry Pi 4 y 5 y documentacion completa en docs/. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
30a09fdee6
31 changed files with 3478 additions and 0 deletions
27
config.json
Normal file
27
config.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"server": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 80
|
||||
},
|
||||
"kiosk": {
|
||||
"url": "http://localhost/stage",
|
||||
"browser": "chromium-browser"
|
||||
},
|
||||
"audio": {
|
||||
"matchSource": "usb",
|
||||
"_comment": "Subcadena para identificar el micro USB entre las fuentes de audio del sistema"
|
||||
},
|
||||
"projectm": {
|
||||
"binary": "projectMSDL"
|
||||
},
|
||||
"network": {
|
||||
"hostname": "fosfeno",
|
||||
"_comment": "Nombre de red de la Raspberry. El panel queda en http://<hostname>.local/"
|
||||
},
|
||||
"defaults": {
|
||||
"engine": "butterchurn",
|
||||
"sensitivity": 1.0,
|
||||
"hydraSketch": "kaleido",
|
||||
"shader": "tunel"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue