"references/vscode:/vscode.git/clone" did not exist on "b1fc290355176feedc8dde08edb049022d646cc0"
Add SignalInfo typedef, and extension module (#718)
This is a part of PRs to add new "sox_io" backend. https://github.com/pytorch/audio/pull/726 This PR adds `SignalInfo` structure, which is data exchange interface between Python and C++ in coming TorchScript-based sox IO backend. For the case, where C++ extension is not available (i.e. Windows), this PR also adds dummy class and module that will be substituted. This logic is implemented in `torchaudio.extension` moduel.
Showing
torchaudio/csrc/register.cpp
0 → 100644
torchaudio/csrc/typedefs.cpp
0 → 100644
torchaudio/csrc/typedefs.h
0 → 100644
Please register or sign in to comment