# Operator: audio-decoder Author: ## Overview ## Interface ```python __init__(self) ``` ```python __call__(self, audio_path: str) ``` Args: - audio_path Returns: - audio frame: ndarray - sample_rate: int - timestamp: int ## Requirements av ## How it works ## Reference