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
@@ -11,7 +11,7 @@ import requests
import abc
from typing import Dict, Tuple, Optional, BinaryIO
from .logger import logger
from .utils import logger
class AudioSource(abc.ABC):
"""Абстрактный класс для различных источников аудиофайлов.