[Usability] Equalizer (1 Viewer)

malkowitz

MP Donator
  • Premium Supporter
  • June 4, 2008
    22
    0
    Bremen
    Home Country
    Germany Germany
    Started on: 2010-01-19
    last update:2010-01-19

    Summary: Is it possible to integrate an equalizer to MP? Watching TV needs other sound adjustment (less bass) than listening music.

    Area:

    Description:If one of the programmers would give appreciation if this feature is realisable, I would learn MP-programming and do the coding for this equalizer. I know C#, C++ and OO. With some starting help of the programmers how to intergrate into MP I could do this job.

    best regards

    malkowitz
     

    CHli

    Portal Pro
    July 5, 2005
    1,251
    14
    Switzerland
    Home Country
    Switzerland Switzerland
    Hi,

    Just from a technical point of view you will have one problem,

    TV is played using DirectShow
    Music is played using BASS engine (by default)

    So you won't be able to have one equalizer implementation that works for both.

    I think it's probably easier to write (or get an existing DSP) to work with the BASS engine to equalize the music part and have standard settings for the TV.

    Edit : It seems that support for equalizer is built-in the BASS engine. (BASS_DX8_PARAMEQ)
     

    Users who are viewing this thread

    Top Bottom