Commit e8bf3a98 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

audiotrack: don't use FLOAT, it breaks 5.1/7.1

Since 5.1 or 7.1 Float is down sampled to Stereo Float.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f0ff4efa
......@@ -92,7 +92,8 @@ struct aout_sys_t {
/* Soft volume helper */
#include "audio_output/volume.h"
#define AUDIOTRACK_USE_FLOAT
// Don't use Float for now since 5.1/7.1 Float is down sampled to Stereo Float
//#define AUDIOTRACK_USE_FLOAT
// TODO: activate getTimestamp for new android versions
//#define AUDIOTRACK_USE_TIMESTAMP
......
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