Пакет decimation: Информация

    Исходный пакет: decimation
    Версия: 0.0-alt1.hg20131022
    Собран:  22 сентября 2014 г. 13:16 в задании #130845
    Категория: Звук
    Сообщить об ошибке в пакете
    Домашняя страница: https://code.soundsoftware.ac.uk/projects/decimation

    Лицензия: MIT
    О пакете: Compare a few different C++ implementations of audio-rate signal decimation
    Описание: 
    Compare a few different C++ implementations of audio-rate signal
    decimation for relative speed and quality. "Decimation" refers here to
    downsampling a signal by an integer factor N; we only consider the case
    where N is a power of two.
    
    The principle is to use a low-pass filter to reduce the bandwidth of the
    signal to below the Nyquist frequency at the target sample rate (i.e.
    with the maximum frequency content being below the original rate divided
    by twice N, for decimation factor N) and then to pick every Nth sample.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    decimation (x86_64, i586)
    decimation-debuginfo (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev

      1. libsamplerate-utils
      2. libsndfile-devel
      3. libsndfile-utils
      4. gcc-c++
      5. libqm-dsp-devel

    Последнее изменение


    22 сентября 2014 г. Eugeny A. Rostovtsev 0.0-alt1.hg20131022
    - Initial build for Sisyphus