From 5f4693dd90566491e90900a1f767ac592b0e42b5 Mon Sep 17 00:00:00 2001 From: Yue Wang Date: Fri, 18 Feb 2022 23:52:44 +0900 Subject: [PATCH] Add 705600 and 768000 to supported rates Verified on Linux. Those rates work well --- camilladsp/camilladsp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/camilladsp/camilladsp.py b/camilladsp/camilladsp.py index 5a94031..d47b754 100644 --- a/camilladsp/camilladsp.py +++ b/camilladsp/camilladsp.py @@ -21,6 +21,8 @@ 192000, 352800, 384000, + 705600, + 768000, ] class ProcessingState(Enum):