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

Support Read Sample Rates other than 48k #30

Open
zacharyneveu opened this issue Feb 22, 2022 · 0 comments
Open

Support Read Sample Rates other than 48k #30

zacharyneveu opened this issue Feb 22, 2022 · 0 comments

Comments

@zacharyneveu
Copy link

zacharyneveu commented Feb 22, 2022

I have a use case where I am reading many opus files which need to be at a sample rate other than 48k. Currently I'm using opusfile to read at 48k, then libsamplerate to re-sample, but this is taking a significant amount of compute time. It would be very convenient to be able to read from opus files directly at my target sample rate and avoid resampling to save compute. Would anyone be able to comment on how much work would be involved to support this? I have some time to devote to this, and could make a PR if this is feasible.

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