Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3dbe121 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Define new audio attribute flag: beacon

Flag AUDIO_FLAG_BEACON characterizes streams where the system
  ensures that the playback of the sound will be compatible
  with its use as a broadcast for surrounding people
  and/or devices. Ensures audibility with no or minimal
  post-processing applied.

Bug 15415971

Change-Id: I1df9dc50e3fcc973a0709a55df5b3bd95f81eb58
parent 64567d16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ enum {
    AUDIO_FLAG_AUDIBILITY_ENFORCED = 0x1,
    AUDIO_FLAG_SECURE              = 0x2,
    AUDIO_FLAG_SCO                 = 0x4,
    AUDIO_FLAG_BEACON              = 0x8
};

/* Do not change these values without updating their counterparts