BRRtools icon indicating copy to clipboard operation
BRRtools copied to clipboard

Unintuitive definition of resampling ratio

Open nyanpasu64 opened this issue 7 years ago • 0 comments

brr_encoder treats resampling ratio as in/out (sampling rate), similar to a downsampling amount.

To me, "resampling ratio" would indicate out/in (sampling rate), which seems like a subjectively more natural definition to me. I wrote a tool which takes the reciprocal of the rate before passing to the program, and takes reciprocal again when parsing the output (though I did get a bit of confusion once with my definition).

nyanpasu64 avatar Oct 14 '18 03:10 nyanpasu64