Hello,

I was looking for a solution for this bug and found discussions
elsewhere, including a solution.


Here you find the proposed fix:

https://bugzilla.redhat.com/attachment.cgi?id=531892&action=diff

in short:

in file timidity/effect.c
in the function my_mod()
replace
        
        if (x > n)

by

        if (x >= n)


here the discussion:

https://bugzilla.redhat.com/show_bug.cgi?id=710927

And -- for everyone else as quick help a workaround that I found after
learning the nature of the problem. Use the old noise shaping that does
not exhibit the problem. Add the following flag to the command line:

--noise-shaping=1

For now this improves the situation a lot for me and I'd like to pass
this information on.

-- 
Wolfram Wagner
Joint Administration
Information Services & Technology
Head of IST Support INF

Campus E1 4
66123 Saarbrücken

Tel.: +49-681/9325-5803
Fax:  +49-681/9325-5800

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to