We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
speex_length_bug.zip
To reproduce,
speexenc --bitrate 12000 10744.wav 10744.spx speexdec 10744.spx 10744_decoded.wav
Original wav has 84651 samples, but decoded wav has 84811 samples.
It does not happen when --bitrate 15000.
--bitrate 15000
I checked that both WB and UWB mode has same problem.
Is this bug, or normal behavior?
The text was updated successfully, but these errors were encountered:
Interesting, I'm looking into it.
Sorry, something went wrong.
@rillian pointed out the fact that there's a 160 sample difference may give some hints here.
tmatth
No branches or pull requests
speex_length_bug.zip
To reproduce,
Original wav has 84651 samples, but decoded wav has 84811 samples.
It does not happen when
--bitrate 15000
.I checked that both WB and UWB mode has same problem.
Is this bug, or normal behavior?
The text was updated successfully, but these errors were encountered: