Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: MP3 Plugin Problems



"Dr. J. Neumann-Zdralek" <neumann-zdralek@web.de> wrote:

> I've observed the same problem. Because I could'nt find an answer I
> asked Stefan Hülswitt but he could (would?) not reproduce the problem.
> I think it has something to do with the system load. I own only a slow
> 200Mhz PII so the drops occur very often.

[..]

> i also observed a problem with the speed adjustment. If I tell the
> driver to use 44.1kHz the playback speed is ok for some seconds, and
> then the mp3-code switch to 48 kHz even if I use a dvb-driver from
> december.

[..]

same here. i have also a slow machine (P100) and after starting mp3
playback the drift detection kicks in, and playback speed slows down.
i had to disable the speed detection completely to get it work:

in "player-mp3.c" i changed line 979 from

  if((drift<97 || drift>103) && !only48khz) {

to

  if(0 && (drift<97 || drift>103) && !only48khz) {

best regards ...
clemens


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index