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

Cannot be used for testing Opus encoded files? #103

Open
hpuzz opened this issue Nov 14, 2023 · 2 comments
Open

Cannot be used for testing Opus encoded files? #103

hpuzz opened this issue Nov 14, 2023 · 2 comments

Comments

@hpuzz
Copy link

hpuzz commented Nov 14, 2023

I want to test the MOS score of the OPUS file, but it seems that the code can only read the WAV file format.Is there any way to solve this problem?

@igorolhovskiy
Copy link

OPUS encoder is a thing on it's own. Means it hold all the info about stream, error correction, etc inside the stream. And using different encoding approaches than WAV. So, short answer - no, this problem cannot be solved directly with OPUS, but you can transcode into WAV and test.

@hpuzz
Copy link
Author

hpuzz commented Nov 14, 2023

@igorolhovskiy
Thanks for your answer,actually I haven't found any way to evaluate opus file.

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

2 participants