NAM Oversampler v1.3.0 #3
DLC86
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The former is slightly heavier on the cpu than IIR but creates less phase rotations in the audible portion of the spectrum, the latter is a more efficient version of the linear phase FIR.
Example: if the project sample rate is 96 kHz but the model sample rate is 48 kHz, the filter doesn't let pass anything above 24 kHz as there's no realistic info contained in the model for frequencies above 24 kHz.
If instead the model sample rate is 96 kHz too, the filter will let signal extend up to 48 kHz, as in this case the model was trained on those frequencies as well and they should be represented when the project sample rate allows it.
NOTE: this change doesn't affect aliasing reduction
This discussion was created from the release NAM Oversampler v1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions