Improvements

This commit is contained in:
2026-05-26 21:07:58 -07:00
parent 58bab75bb5
commit d0fcdfab01
21 changed files with 121 additions and 33 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -5,7 +5,7 @@ import numpy as np
import sounddevice as sd
import torch
logging.basicConfig(level=logging.INFO)
# Do not call basicConfig here, as it's called in the orchestrator
logger = logging.getLogger(__name__)
+1 -1
View File
@@ -2,7 +2,7 @@ import logging
from faster_whisper import WhisperModel
logging.basicConfig(level=logging.INFO)
# Do not call basicConfig here, as it's called in the orchestrator
logger = logging.getLogger(__name__)