Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,137 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
Spatial9
|
| 11 |
+
|
| 12 |
+
The Home of Generative Spatial Audio™
|
| 13 |
+
|
| 14 |
+
Spatial9 is an AI research and technology company pioneering Generative Spatial Audio™ — a new paradigm where artificial intelligence understands music and automatically creates immersive spatial sound environments.
|
| 15 |
+
|
| 16 |
+
Our mission is to enable creators, developers, and platforms to transform traditional audio into fully immersive spatial experiences using AI.
|
| 17 |
+
|
| 18 |
+
What is Generative Spatial Audio™
|
| 19 |
+
|
| 20 |
+
Generative Spatial Audio is the ability for AI systems to:
|
| 21 |
+
|
| 22 |
+
• Understand musical structure
|
| 23 |
+
• Detect instruments and sonic roles
|
| 24 |
+
• Position sound in 3D acoustic environments
|
| 25 |
+
• Generate spatial movement and interaction
|
| 26 |
+
• Adapt mixes to immersive playback formats automatically
|
| 27 |
+
|
| 28 |
+
Instead of manually mixing spatial audio, AI becomes the spatial mixer.
|
| 29 |
+
|
| 30 |
+
This allows creators to convert stereo audio and video into immersive spatial scenes in seconds.
|
| 31 |
+
|
| 32 |
+
Core Technologies
|
| 33 |
+
GravityLLM
|
| 34 |
+
|
| 35 |
+
The world's first Spatial Audio Language Model (SLM).
|
| 36 |
+
|
| 37 |
+
GravityLLM understands music structure, instruments, and acoustic constraints to automatically generate spatial audio scenes.
|
| 38 |
+
|
| 39 |
+
Capabilities
|
| 40 |
+
|
| 41 |
+
• AI-driven spatial object placement
|
| 42 |
+
• Music-aware positioning and motion
|
| 43 |
+
• Automatic immersive mixing
|
| 44 |
+
• Scene generation for immersive audio formats
|
| 45 |
+
|
| 46 |
+
GravityLLM converts:
|
| 47 |
+
|
| 48 |
+
music + constraints → spatial audio scene
|
| 49 |
+
|
| 50 |
+
Example generated layout:
|
| 51 |
+
|
| 52 |
+
{
|
| 53 |
+
"scene": {
|
| 54 |
+
"layout": "7.1.4",
|
| 55 |
+
"objects": [
|
| 56 |
+
{"class": "lead_vocal", "az": 0, "el": 10, "distance": 1.5},
|
| 57 |
+
{"class": "pad", "az": -70, "el": 20, "distance": 4},
|
| 58 |
+
{"class": "fx", "az": 110, "el": 30, "distance": 6}
|
| 59 |
+
]
|
| 60 |
+
}
|
| 61 |
+
}
|
| 62 |
+
Spatializer API
|
| 63 |
+
|
| 64 |
+
The Spatializer API enables developers to convert audio into immersive spatial sound programmatically.
|
| 65 |
+
|
| 66 |
+
Features
|
| 67 |
+
|
| 68 |
+
• Stereo → Spatial Audio conversion
|
| 69 |
+
• Video spatialization
|
| 70 |
+
• Interactive sound environments
|
| 71 |
+
• Real-time immersive audio generation
|
| 72 |
+
|
| 73 |
+
Eclipsa Audio Pipeline
|
| 74 |
+
|
| 75 |
+
Spatial9 provides tools for producing immersive audio compatible with YouTube’s Eclipsa Audio ecosystem, enabling immersive audio distribution at scale.
|
| 76 |
+
|
| 77 |
+
Models on Hugging Face
|
| 78 |
+
|
| 79 |
+
The Spatial9 Hugging Face ecosystem includes models for:
|
| 80 |
+
|
| 81 |
+
🎵 Audio Understanding
|
| 82 |
+
|
| 83 |
+
AI models that analyze music structure and instrument roles.
|
| 84 |
+
|
| 85 |
+
🌌 Spatial Scene Generation
|
| 86 |
+
|
| 87 |
+
Models that predict spatial audio placement.
|
| 88 |
+
|
| 89 |
+
GravityLLM
|
| 90 |
+
|
| 91 |
+
The Spatial Audio Language Model powering immersive scene generation.
|
| 92 |
+
|
| 93 |
+
Use Cases
|
| 94 |
+
Music Production
|
| 95 |
+
|
| 96 |
+
Convert stereo music into immersive spatial mixes automatically.
|
| 97 |
+
|
| 98 |
+
Video Spatialization
|
| 99 |
+
|
| 100 |
+
Spatialize video audio for immersive playback platforms.
|
| 101 |
+
|
| 102 |
+
XR & Gaming
|
| 103 |
+
|
| 104 |
+
Generate dynamic spatial sound environments.
|
| 105 |
+
|
| 106 |
+
Creator Tools
|
| 107 |
+
|
| 108 |
+
Enable creators to produce immersive audio without complex mixing workflows.
|
| 109 |
+
|
| 110 |
+
Vision
|
| 111 |
+
|
| 112 |
+
The future of audio will be interactive, spatial, and intelligent.
|
| 113 |
+
|
| 114 |
+
Spatial9 is building the AI foundation that will power:
|
| 115 |
+
|
| 116 |
+
• immersive music
|
| 117 |
+
• spatial video
|
| 118 |
+
• XR audio environments
|
| 119 |
+
• adaptive sound experiences
|
| 120 |
+
|
| 121 |
+
Generative Spatial Audio will transform how sound is created and experienced.
|
| 122 |
+
|
| 123 |
+
Open Ecosystem
|
| 124 |
+
|
| 125 |
+
Spatial9 believes immersive audio should be accessible and scalable.
|
| 126 |
+
|
| 127 |
+
We are building open models, APIs, and developer tools that allow anyone to create immersive sound experiences.
|
| 128 |
+
|
| 129 |
+
Links
|
| 130 |
+
|
| 131 |
+
Website
|
| 132 |
+
https://spatial9.com
|
| 133 |
+
|
| 134 |
+
Hugging Face
|
| 135 |
+
https://huggingface.co/spatial9
|
| 136 |
+
|
| 137 |
+
Spatial9
|
| 138 |
+
|
| 139 |
+
Generative Spatial Audio™
|
| 140 |
+
|
| 141 |
+
AI that understands audio and generates immersive spatial sound.
|
| 142 |
+
|
| 143 |
+
GravityLLM • Spatializer API • Immersive AI
|