0RACUL0 / config.json
Lukeetah's picture
Create config.json
525208d verified
raw
history blame contribute delete
666 Bytes
{
"app_config": {
"title": "Oráculo Luminal v4.0: Proyecto Quimera",
"version": "4.0.0",
"author": "Ethereal Constructs & Co."
},
"quantum_config": {
"num_qubits": 7,
"shots": 4096,
"noise_base_factor": 0.005,
"noise_sentiment_multiplier": 0.04
},
"audio_config": {
"sample_rate": 44100,
"duration_seconds": 7,
"base_amplitude": 0.15
},
"glyph_config": {
"width": 1024,
"height": 1024,
"font_path": "/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf",
"font_size": 18
},
"logging": {
"level": "INFO"
}
}