Skip to content

Cant convert to opus at 48000khz memory access out of bounds #867

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

Open
sugoidesune opened this issue Apr 20, 2025 · 0 comments
Open

Cant convert to opus at 48000khz memory access out of bounds #867

sugoidesune opened this issue Apr 20, 2025 · 0 comments

Comments

@sugoidesune
Copy link

Describe the bug
Converting to .opus at 48000khz results it memory access out of bounds error.
Opus supports 48k, 24k, 16k, 12k, 8k. Only 48k throws an error.

To Reproduce
[
"-i",
"input.mp3",
"-c:a", "libopus",
"-b:a", "64k",
"-ar", "48000" , // 24000, 16000, 12000, 8000 Other sample rates work as intended.
"output.opus"
]

48000 is the default so leaving out "-ar 48000" also results in an error.

Expected behavior
It should work like the other sample rates.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Chrome
  • Version: Version 135.0.7049.96 (Official Build) (64-bit)
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