You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: