import librosa import torch from transformers import WhisperProcessor, WhisperForConditionalGeneration class A2T: def __init__(self, ):