Refactor StreamProcessor interface (#2791)
Summary: StreamProcessor is constructed on top of AVStream object, and attach streams defined by client code. This commit refactor the constructor and add_stream method signature so that `add_stream`'s signature is centered around the parameters required for filter construction. Pull Request resolved: https://github.com/pytorch/audio/pull/2791 Reviewed By: xiaohui-zhang Differential Revision: D40667979 Pulled By: mthrok fbshipit-source-id: 42220832f09a7895ede3cddf969d57feeb4ef7ec
Showing
Please register or sign in to comment