Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Lyra Quality on μ-Law Decoded Audio Stream #145

Open
shlomiez opened this issue Jun 30, 2024 · 0 comments
Open

Enhance Lyra Quality on μ-Law Decoded Audio Stream #145

shlomiez opened this issue Jun 30, 2024 · 0 comments

Comments

@shlomiez
Copy link

I am currently working with Lyra on an audio stream that has been decoded from μ-law (u-law) encoding for VoIP application. Maybe because Lyra was not trained on μ-law decoded samples, the quality of the output, assessed both by listening and using the PESQ test, results in a mean score of approximately 2.4 for the 3200 bitrate mode (It's even less than codec2 results on same input 😭). I am seeking ways to improve the quality of the results.

Current Setup:

Input: μ-law encoded audio stream.
Decoding: μ-law to signed 16 bit PCM using audioop.
Lyra-Encoding: Lyra for further processing.
--Sending Lyra-encoded packets--
Lyra-Decoding.
μ-law Encoding.

Challenges:
The decoded audio lacks clarity, resulting in suboptimal PESQ scores.
The audio output could be more intelligible and natural (at the moment the audio output sounds a bit hoarse.).

Request for Suggestions:
I am looking for advice or techniques that could help improve the quality of the audio output, potentially through:
Adjustments to the u-law decoding process.
Any other relevant enhancements to the Lyra configuration or processing.
Thank you for your help! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant