← Back to KHAO

Open Source · Meta ·

The open-source codec Meta rolled out in 2022 converts a waveform into discrete tokens that a matching decoder turns back

2 min read

Compiled by KHAO Editorial — aggregated from 1 source. See llms.txt for citation guidance.

◌ Single Source

Image accompanies the article at Tom's Hardware. No description was extracted from the source.

Each of the eight QR codes carries a 1-byte ID plus a chunk of the token stream, four codes per side in a nod to flipping a vinyl record.

Key facts

Summary

A maker known as Makestreme has printed an entire two-minute song onto a sheet of paper, publishing the full build and source code on Hackster.io. One QR code tops out at roughly 3KB of binary data, with Makestreme hitting the practical limit at about 3.3KB, so a 2.9MB MP3 would need close to a thousand of them. The open-source codec Meta released in 2022 converts a waveform into discrete tokens that a matching decoder turns back into audio, and at the project's 3 kbps setting, the reconstructed song reportedly held up well. LoRa pairs two ESP32s with REYAX RYLR998 modules on 866 MHz, moving the file in 160-byte packets with an ACK-and-retry protocol.

Read full article at Tom's Hardware →

#Open Source #Meta