Commit 1600cff8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

speex: increase default quality to 4

On rare/unreproducible occasions, level 3 seem to induce lots of noise.
parent 6bb8836f
......@@ -41,7 +41,7 @@ vlc_module_begin ()
set_description (N_("Speex resampler") )
set_category (CAT_AUDIO)
set_subcategory (SUBCAT_AUDIO_MISC)
add_integer ("speex-resampler-quality", 3,
add_integer ("speex-resampler-quality", 4,
QUALITY_TEXT, QUALITY_LONGTEXT, true)
change_integer_range (0, 10)
set_capability ("audio filter", 60)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment