Commit d95c6124 authored by Thomas Guillem's avatar Thomas Guillem

audiotrack: put back vlc resampler

Some devices fail to resample uncommon rates (like 22050Hz).

Fixes #14514
parent d54ef066
...@@ -110,7 +110,7 @@ struct aout_sys_t { ...@@ -110,7 +110,7 @@ struct aout_sys_t {
/* Get AudioTrack native sample rate: if activated, most of the resampling /* Get AudioTrack native sample rate: if activated, most of the resampling
* will be done by VLC */ * will be done by VLC */
//#define AUDIOTRACK_NATIVE_SAMPLERATE #define AUDIOTRACK_NATIVE_SAMPLERATE
#define AUDIO_CHAN_TEXT N_("Audio output channels") #define AUDIO_CHAN_TEXT N_("Audio output channels")
#define AUDIO_CHAN_LONGTEXT N_("Channels available for audio output. " \ #define AUDIO_CHAN_LONGTEXT N_("Channels available for audio output. " \
......
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