a
    h                     @   s   e d ddZdS ))namec                 C   s,   dd l }|jddd ddlm} t|| S )N    a  Torchaudio's I/O functions now support per-call backend dispatch. Importing backend implementation directly is no longer guaranteed to work. Please use `backend` keyword with load/save/info function, instead of calling the underlying implementation directly.   )
stacklevel)soundfile_backend)warningswarnZtorchaudio._backendr   getattr)r   r   r    r	   R/var/www/auris/lib/python3.9/site-packages/torchaudio/backend/soundfile_backend.py__getattr__   s    r   N)strr   r	   r	   r	   r
   <module>       