Home Forums BreakawayOne How audio work in computer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3324
    riteshaudio
    Member

    Hello,
    How computer store and play audio with the equalizer in it with different frequency how it now which frq audio is this as in analog there are rc filter like this but how this work in computer?

    #14891
    Mwyann
    Participant

    There's algoriths such as (Fast) Fourier Transformation which can help you with that. You give it some waveform signal on the input (a few milliseconds for example) and it gives you a list of frequencies/amplitude in return. You can then read and change the amplitude of those frequencies, then do the reverse transformation to get some waveform signal back and you have your equalizer 🙂

    Note: The more data you feed your FFT, the more precise your equalizer gets (you get more detailed frequency ranges) but the more latency you have of course. FFT simply reads a list of levels for each period of time, and it outputs a list of amplitudes of each frequency. You then don't work with time (as a waveform does) but with frequency (as a RTA does).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.