File size: 330 Bytes
864affd
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
"""Module to change the configuration of FFmpeg libraries (such as libavformat).



It affects functionalities in :py:mod:`torchaudio.io` (and indirectly :py:func:`torchaudio.load`).

"""


# This file is just for BC.
def __getattr__(item):
    from torio.utils import ffmpeg_utils

    return getattr(ffmpeg_utils, item)