add base return_timestamps support

This commit is contained in:
Serge Zaigraeff
2025-03-03 15:59:38 +03:00
parent 8de54b7c8f
commit 450750c47b
7 changed files with 121 additions and 28 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import uuid
from typing import Dict, Tuple
# Импорт классов и функций из других модулей
from .logger import logger
from .utils import logger
class AudioProcessor:
"""Класс для предобработки аудиофайлов перед распознаванием."""