add earpice mode

This commit is contained in:
Timo
2025-05-14 19:55:08 +02:00
parent f9b04ae38e
commit f69c75322f
3 changed files with 55 additions and 16 deletions

View File

@@ -19,6 +19,7 @@ export interface Controls {
export interface OutputDevice {
id: string;
name: string;
forEarpiece?: boolean;
}
export const setPipEnabled$ = new Subject<boolean>();