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

How to verify the codec is correct or not? #3

Open
loginerrort opened this issue May 29, 2021 · 1 comment
Open

How to verify the codec is correct or not? #3

loginerrort opened this issue May 29, 2021 · 1 comment

Comments

@loginerrort
Copy link

Hi @aescolar ,

There is a LC3 sample binary file on BluetoothSIG working group which can be used to verify the correctness.
I found that inputs of the CLI tool are different from this API, this made me hard to verify it.
In this library, the encoder and decoder should pass byte_count argument into run method. That's mean compress a frame duration data into byte_count size. But the CLI tool only can be provided a target bit rate, and it would try to reach the bit rate.
Because of this difference, I don't know how to use that tool decode the data encoded by this API.
Would you have any idea about it?

I found the branch name "sneak_peek". Where can I found the source of it?

Regards

@aescolar
Copy link
Member

aescolar commented Jun 1, 2021

Hi @loginerrort.
The codec was verified by the author. The verification code is not part of this sneak peek branch though.
Unfortunately I can't provide you support on how you could verify it on your own.

You can find more background for this repo/branch here:
#1 (comment)

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