mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00:00
Explain why we still disable the ALSA resampler even though it is probably
actually working nowadays. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30452 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2817539ee6
commit
a91702125c
@ -542,7 +542,8 @@ static int init(int rate_hz, int channels, int format, int flags)
|
||||
}
|
||||
|
||||
/* workaround for buggy rate plugin (should be fixed in ALSA 1.0.11)
|
||||
prefer our own resampler */
|
||||
prefer our own resampler, since that allows users to choose the resampler,
|
||||
even per file if desired */
|
||||
#if SND_LIB_VERSION >= 0x010009
|
||||
if ((err = snd_pcm_hw_params_set_rate_resample(alsa_handler, alsa_hwparams,
|
||||
0)) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user