1# Flags for aaudio
2#
3# Please add flags in alphabetical order.
4
5package: "com.android.media.aaudio"
6container: "system"
7
8flag {
9    name: "sample_rate_conversion"
10    namespace: "media_audio"
11    description: "Enable the AAudio sample rate converter."
12    bug: "219533889"
13}
14
15flag {
16    name: "start_stop_client_from_command_thread"
17    namespace: "media_audio"
18    description: "Start or stop client from command thread."
19    bug: "341627085"
20}
21