sox_io.h 247 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
#include <torch/script.h>
#include <torchaudio/csrc/typedefs.h>

namespace torchaudio {
namespace sox_io {

c10::intrusive_ptr<::torchaudio::SignalInfo> get_info(
    const std::string& file_name);

} // namespace sox_io
} // namespace torchaudio