Scaling Transformers for End-to-End Discrete Audio Tokenization
Abstract
Lay Summary
Modern AI systems are very good at handling text, but making them understand and produce audio is harder because sound contains fine details such as pitch, speaker identity, background noise, and music. A common approach is to first turn audio into a shorter sequence of symbols that an AI system can work with, but existing methods often depend on separate pretrained parts or designs that do not improve easily as more data and computing power are used. We built TAC, a simpler audio representation system trained as one whole system from raw audio, so it learns how to preserve both meaning and sound quality. TAC can represent speech, everyday sounds, and music at different compression levels while still reconstructing audio with high quality. We found that increasing the system size and the amount of audio data consistently improves results. The same audio representation also helps build stronger systems for turning text into speech and for transcribing speech into text. This suggests that one shared way of representing audio could support compression, speech generation, and audio understanding in future AI systems. Because better speech generation can also be misused for impersonation, careful release practices and consent-aware use are important.