Model techniques map
Techniquesmodel architecturemultimodal architecture

implementation detail · filed under model architecture

Raw audio projection into the LLM embedding space

Raw audio, including chunked audio, is projected directly into the language-model or text-token embedding space without an audio encoder.

Also called raw audio chunk projection.

sources
2
model
1
lab adopt it
1
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 2

Documented in

Evidence

2 spans quoted from the sources, strongest treatment first.

We removed the audio encoder entirely and projected the raw audio signal into the same dimensional space as text tokens.

usedmodel architecturein Gemma 4 12BGoogle

Raw audio is segmented into 40ms chunks at 16kHz, resulting in 640-dimensional vectors per chunk. These are projected directly into the LLM embedding space.

usedmodel architecturein Gemma 4 12BGoogle DeepMind

Filed alongside

Other methods under model architecture :: multimodal architecture.