SonicRAG : High Fidelity Sound Effects Synthesis Based on Retrival Augmented Generation
Yu-Ren Guo, Wen-Kai Tai
TL;DR
The paper tackles high-fidelity sound effects synthesis under data scarcity and temporal modeling challenges by introducing SonicRAG, a retrieval-augmented framework that leverages LLMs to analyze natural language prompts, retrieve relevant audio assets, and orchestrate synthesis through a structured Mixer Script. Key contributions include the Mixer Script abstraction, a compact sound-event metadata schema, a context-aware retrieval policy, and a formal Markov decision process framework that guides iterative generation from retrieved assets. The approach demonstrates competitive quality and flexibility against baselines, while reducing the need for extensive retraining and enabling an interactive, designer-oriented workflow. Practically, SonicRAG bridges retrieval-based and generative methods to enable scalable, high-quality AI-assisted sound design for multimedia production.
Abstract
Large Language Models (LLMs) have demonstrated remarkable capabilities in natural language processing (NLP) and multimodal learning, with successful applications in text generation and speech synthesis, enabling a deeper understanding and generation of multimodal content. In the field of sound effects (SFX) generation, LLMs have been leveraged to orchestrate multiple models for audio synthesis. However, due to the scarcity of annotated datasets, and the complexity of temproal modeling. current SFX generation techniques still fall short in achieving high-fidelity audio. To address these limitations, this paper introduces a novel framework that integrates LLMs with existing sound effect databases, allowing for the retrieval, recombination, and synthesis of audio based on user requirements. By leveraging this approach, we enhance the diversity and quality of generated sound effects while eliminating the need for additional recording costs, offering a flexible and efficient solution for sound design and application.
