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
The text was updated successfully, but these errors were encountered:
numlockkey
changed the title
Add support for fractional sample rate in AssumeSampleRate
[Feature request] Add support for fractional sample rate in AssumeSampleRate
Feb 13, 2025
Unfortunately the underlying property is strictly integer and cannot be changed. (audio_samples_per_second is part of the untouchable VideoInfo struct)
Would it be possible to implement this functionality?
I would like to be able to do something like this:
AssumeSampleRate(44101.435432)
ResampleAudio(44100)
The text was updated successfully, but these errors were encountered: