paper-with-me

홈 › Papers

Improving Opus Low Bit Rate Quality with Neural Speech Synthesis

2020-08-10

The voice mode of the Opus audio coder can compress wideband speech at bit rates ranging from 6 kb/s to 40 kb/s. However, Opus is at its core a waveform matching coder, and as the rate drops below 10 kb/s, quality degrades quickly. As the rate reduces even further, parametric coders tend to perform better than waveform coders. In this paper we propose a backward-compatible way of improving low bit rate Opus quality by re-synthesizing speech from the decoded parameters. We compare two different neural generative models, WaveNet and LPCNet. WaveNet is a powerful, high-complexity, and high-latency architecture that is not feasible for a practical system, yet provides a best known achievable quality with generative models. LPCNet is a low-complexity, low-latency RNN-based generative model, and practically implementable on mobile phones. We apply these systems with parameters from Opus coded at 6 kb/s as conditioning features for the generative models. A listening test shows that for the same 6 kb/s Opus bit stream, synthesized speech using LPCNet clearly outperforms the output of the standard Opus decoder. This opens up ways to improve the decoding quality of existing speech and audio waveform coders without breaking compatibility.

📄 PDF Abstract BibTeX arXiv:1905.04628

Code (1)

mozilla/LPCNet 공식 구현 tf

Tasks

DecoderSpeech Synthesis

Similar Papers 제목 키워드 기반

OpusLM: A Family of Open Unified Speech Language Models

2025-06-21 · Jinchuan Tian, William Chen, Yifan Peng, Jiatong Shi 외

This paper presents Open Unified Speech Language Models (OpusLMs), a family of open foundational speech language models (SpeechLMs) up to 7B. Initialized from decoder-only text language models, the OpusLMs are continuous…

Decoderspeech-recognitionSpeech RecognitionSpeech Synthesis

A lightweight and robust method for blind wideband-to-fullband extension of speech

2024-12-16 · Jan Büthe, Jean-Marc Valin

Reducing the bandwidth of speech is common practice in resource constrained environments like low-bandwidth speech transmission or low-complexity vocoding. We propose a lightweight and robust method for extending the ban…

Bandwidth Extension

NoLACE: Improving Low-Complexity Speech Codec Enhancement Through Adaptive Temporal Shaping

2023-09-25 · Jan Büthe, Ahmed Mustafa, Jean-Marc Valin, Karim Helwani 외

Speech codec enhancement methods are designed to remove distortions added by speech codecs. While classical methods are very low in complexity and add zero delay, their effectiveness is rather limited. Compared to that, …

Real-Time Statistical Speech Translation

2015-09-30 · Krzysztof Wołk, Krzysztof Marasek

This research investigates the Statistical Machine Translation approaches to translate speech in real time automatically. Such systems can be used in a pipeline with speech recognition and synthesis software in order to …

Language ModelingLanguage ModellingMachine TranslationPart-Of-Speech Tagging+3

Latent-Domain Predictive Neural Speech Coding

2022-07-18 · Xue Jiang, Xiulian Peng, Huaying Xue, Yuan Zhang 외

Neural audio/speech coding has recently demonstrated its capability to deliver high quality at much lower bitrates than traditional methods. However, existing neural audio/speech codecs employ either acoustic features or…

Quantization