← Latest papers
🤖 machine learning

Communicating Sound Through Natural Language

This paper introduces Lexical Acoustic Coding (LAC), a framework where pre-trained LLM agents communicate sound by converting waveforms into interpretable English text descriptions and reconstructing them through closed-loop refinement, effectively treating natural language as a finite-rate, lossy transport representation for audio.

Original authors: Emanuele Rossi, Emanuele Rodolà

Published 2026-05-12
📖 4 min read☕ Coffee break read

Original authors: Emanuele Rossi, Emanuele Rodolà

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you want to send a recording of a sound—like a drum hit or a bell chime—to a friend. Usually, you'd send the actual audio file (a waveform), which is like sending a heavy, bulky box full of raw data.

This paper introduces a new way to send sound called Lexical Acoustic Coding (LAC). Instead of sending the heavy box, you send a letter.

Here is how the system works, broken down into simple steps:

1. The "Translator" (The Sender)

Imagine you have a sound, like a "punchy, warm drum hit."

  • The Analysis: A computer program (the sender) listens to the sound and breaks it down into 47 specific, measurable traits. It doesn't guess; it measures things like "how loud is the peak?" (RMS energy), "how fast does it start?" (attack time), and "what is the pitch?" (fundamental frequency).
  • The Dictionary: The system has a shared dictionary of words for these measurements. For example, instead of sending the number "0.25," it looks up the word "mid-power." Instead of "0.04 seconds," it uses "staccato."
  • The Letter: The computer takes all 47 of these words and writes them into a normal English sentence.
    • Example: "The sound hits with a mid-power punch and a staccato decay. Its spectrum is warm and spread..."
    • This sentence is the only thing sent over the internet. No audio files, no secret codes, just plain text.

2. The "Receiver" (The Decoder)

Your friend receives the sentence.

  • The Reverse Translation: A second computer program reads the sentence and pulls out the 47 words. It knows that "mid-power" means the volume should be between 0.10 and 0.30.
  • The Guess: It takes these ranges and tries to build a sound that fits the description. It's like a chef trying to recreate a dish based only on a written recipe, without ever tasting the original.
  • The "Taste Test" (Refinement): The computer makes a first guess at the sound. Then, it listens to its own creation and checks: "Does this sound like 'staccato'? Is it 'warm'?" If the answer is "not quite," it tweaks the knobs and tries again. It does this loop a few times until the sound matches the description in the letter as closely as possible.

What is the Result?

The final sound isn't an exact, pixel-perfect copy of the original (like a photocopy). Instead, it is a reconstruction.

  • If you send a snare drum, you get a snare drum back.
  • If you send a "warm, metallic clang," you get a sound that feels warm and metallic.
  • The paper shows that while the waveforms don't match exactly, the vibe, the rhythm, and the texture are preserved.

Why is this special?

The authors compare this to other ways of handling sound:

  • Standard Audio Files (WAV/FLAC): These are like sending the original painting. They are perfect, but you can't read them, and they are huge.
  • Neural Codecs (AI compression): These are like sending a compressed digital file. They are small, but the data is a secret code only machines understand. You can't edit them easily.
  • Captions: These are like a description ("A loud dog barks"). They are easy to read, but they are too vague to rebuild the sound.

LAC sits in the middle. It is a readable code.

  • Human-Readable: You can read the sentence and understand what the sound should be like.
  • Editable: If you want the sound to be "louder" instead of "mid-power," you can just change that one word in the sentence, and the receiver will build a louder sound.
  • Machine-Readable: Computers can read the sentence and rebuild the sound without needing a special, trained AI model for the specific file.

What are the limits?

The paper is very clear about what this system cannot do yet:

  • It is not for long songs or speech. It works best on short, isolated sounds (like a drum hit, a pluck, or a short note).
  • It is not a perfect copy machine. It recreates the character of the sound, not the exact mathematical waveform.
  • It currently handles the "timbre" (the color of the sound) well, but if you want to send a whole song, you still need a separate system to send the musical notes (the melody and rhythm), while LAC just sends the "instrument sound."

In short, the paper proves that we can turn sound into a descriptive sentence, send that sentence, and have a computer rebuild a very similar sound on the other end, all without sending a single byte of actual audio data.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →