From 20c1b014fe502370edc733a6d8a756c9c1602f85 Mon Sep 17 00:00:00 2001 From: MetaMuffin Date: Fri, 6 Aug 2021 14:08:51 +0200 Subject: updated readme, implemented rnnoise, added parameters --- source/client/logger.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/client/logger.ts') diff --git a/source/client/logger.ts b/source/client/logger.ts index ea319b1..9960c70 100644 --- a/source/client/logger.ts +++ b/source/client/logger.ts @@ -1,10 +1,11 @@ -export type LogTag = "webrtc" | "ws" | "media" | "*" +export type LogTag = "webrtc" | "ws" | "media" | "*" | "misc" const log_tag_color: { [key in LogTag]: string } = { "*": "#FF0000", webrtc: "#990099", media: "#999900", - ws: "#009999" + ws: "#009999", + misc: "#000099", } // TODO maybe log time aswell -- cgit v1.2.3-70-g09d2