GravityLLM / assets /gravityllm_banner.svg
lzanardos9's picture
Upload 20 files
b7720f0 verified
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="420" viewBox="0 0 1600 420" role="img" aria-label="GravityLLM banner">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#040812"/>
<stop offset="45%" stop-color="#0d1630"/>
<stop offset="100%" stop-color="#1b2555"/>
</linearGradient>
<linearGradient id="orb" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#8af3ff"/>
<stop offset="50%" stop-color="#8c7cff"/>
<stop offset="100%" stop-color="#ff7ed9"/>
</linearGradient>
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
<feGaussianBlur stdDeviation="8" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="1600" height="420" fill="url(#bg)"/>
<g opacity="0.35">
<circle cx="1180" cy="110" r="130" fill="none" stroke="url(#orb)" stroke-width="2"/>
<circle cx="1180" cy="110" r="185" fill="none" stroke="#7dd3fc" stroke-opacity="0.45" stroke-width="1"/>
<circle cx="1180" cy="110" r="240" fill="none" stroke="#c4b5fd" stroke-opacity="0.22" stroke-width="1"/>
<circle cx="1180" cy="110" r="6" fill="#ffffff"/>
<circle cx="1310" cy="110" r="7" fill="#8af3ff"/>
<circle cx="1180" cy="295" r="7" fill="#8c7cff"/>
<circle cx="995" cy="110" r="7" fill="#ff7ed9"/>
</g>
<g transform="translate(85,92)">
<text x="0" y="0" fill="#cbd5ff" font-family="Inter, Arial, Helvetica, sans-serif" font-size="22" letter-spacing="5">SPATIAL AUDIO SCENE GENERATION</text>
<text x="0" y="100" fill="#ffffff" font-family="Inter, Arial, Helvetica, sans-serif" font-size="84" font-weight="700">GravityLLM</text>
<text x="4" y="156" fill="#9fb2ff" font-family="Inter, Arial, Helvetica, sans-serif" font-size="32">Constraint-driven Spatial9Scene JSON for IAMF, binaural, and immersive audio rendering</text>
</g>
<g transform="translate(92,300)" filter="url(#glow)">
<rect x="0" y="0" rx="18" ry="18" width="720" height="74" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.2)"/>
<text x="28" y="46" fill="#ffffff" font-family="JetBrains Mono, Consolas, monospace" font-size="26">{ "lead_vocal": [0, 10, 1.6], "pad": [-70, 20, 4.0], "fx": [110, 30, 6.0] }</text>
</g>
</svg>