Loading services/audiopolicy/common/include/policy.h +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ static const audio_format_t gDynamicFormat = AUDIO_FORMAT_DEFAULT; // For mixed output and inputs, the policy will use max mixer sampling rates. // Do not limit sampling rate otherwise #define SAMPLE_RATE_HZ_MAX 192000 #define SAMPLE_RATE_HZ_MAX 384000 // Used when a client opens a capture stream, without specifying a desired sample rate. #define SAMPLE_RATE_HZ_DEFAULT 48000 Loading Loading
services/audiopolicy/common/include/policy.h +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ static const audio_format_t gDynamicFormat = AUDIO_FORMAT_DEFAULT; // For mixed output and inputs, the policy will use max mixer sampling rates. // Do not limit sampling rate otherwise #define SAMPLE_RATE_HZ_MAX 192000 #define SAMPLE_RATE_HZ_MAX 384000 // Used when a client opens a capture stream, without specifying a desired sample rate. #define SAMPLE_RATE_HZ_DEFAULT 48000 Loading