mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-08 14:10:09 +00:00
Receive adaptive anc notifications
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class NoiseCancellation:
|
||||
Off = b"\x01"
|
||||
On = b"\x02"
|
||||
Transparency = b"\x03"
|
||||
Adaptive = b"\x04"
|
||||
OFF = b"\x01"
|
||||
ON = b"\x02"
|
||||
TRANSPARENCY = b"\x03"
|
||||
ADAPTIVE = b"\x04"
|
||||
|
||||
class ConversationAwareness:
|
||||
Off = b"\x02"
|
||||
|
||||
Reference in New Issue
Block a user