[mythtv] audio resampling

Daniel Kristjansson danielk at cuymedia.net
Sat Nov 7 01:25:36 UTC 2009


On Sat, 2009-11-07 at 04:00 +1100, cal wrote:
> In futzing about with jack audio, I've encountered a little oddity. Jack works
> to a single samplerate, so GetSupportedRates() returns a vector with just one
> element. Resampling doesn't happen. With this it does...
> -        audio_samplerate = *(rates.end());
> +        audio_samplerate = rates.back();

It's a bug, fixed in svn.

-- Daniel



More information about the mythtv-dev mailing list