Git Product home page Git Product logo

Comments (2)

unevens avatar unevens commented on June 20, 2024

hi. sorry for the delay.
i'm not sure that i understand why you would want to have a Foobar plugin to do oversampling.
Oversampling is something you do in certain audio effects (compressors and distortion for example) to lessen aliasing artifacts. It works by resampling the audio to an higher frequency, apply the effect, and then resampling back to the original frequency. Tipically the higher frequency is either 2, 4 , 8, 16, or 32 times the original frequency.
If what you are after is just resampling from say 44.100 Hz to 48.000 Hz, then this is not the library to use. For that, I would use r8brain directly.
Anyway, I don't think that you would need anything like that in programs like Foobar2000, as they probably already have good resampling algorithms.
ps: In my humble optinion, the best thing you can do is to set the sampling frequency of your audio interface to match the sampling frequency of the file you want to reproduce. Higher sampling frequency do not have more fidelity just because they are higher. Actually, they often have worse fidelity because the hardware introduces more noise.

from oversimple.

forart avatar forart commented on June 20, 2024

We usually down (/4) or upsample (x2) everything to 88200 or 96000.

Anyway yes, FB2K already have (S)SRC, PPHS, and SoX resamplers plugins, btw r8brain would be great.

Thanks anyway for your hints.

from oversimple.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.