-
Notifications
You must be signed in to change notification settings - Fork 694
Apply filter function #3161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
This was referenced Mar 10, 2023
Closed
Stab #3163 |
mthrok
added a commit
to mthrok/audio
that referenced
this issue
Mar 31, 2023
Summary: This commit adds a new feature AudioEffector, which can be used to apply various effects and codecs to waveforms in Tensor. Under the hood it uses StreamWriter and StreamReader to apply filters and encode/decode. This is going to replace the deprecated `apply_codec` and `apply_sox_effect_tensor` functions. It can also perform online, chunk-by-chunk filtering. Tutorial to follow. closes pytorch#3161 Pull Request resolved: pytorch#3163 Differential Revision: D44576660 Pulled By: mthrok fbshipit-source-id: 27e2a2af626188934a25e66d33c693ddf5bc580e
mthrok
added a commit
to mthrok/audio
that referenced
this issue
Mar 31, 2023
Summary: This commit adds a new feature AudioEffector, which can be used to apply various effects and codecs to waveforms in Tensor. Under the hood it uses StreamWriter and StreamReader to apply filters and encode/decode. This is going to replace the deprecated `apply_codec` and `apply_sox_effect_tensor` functions. It can also perform online, chunk-by-chunk filtering. Tutorial to follow. closes pytorch#3161 Pull Request resolved: pytorch#3163 Differential Revision: D44576660 Pulled By: mthrok fbshipit-source-id: 42097e758598c098313ff5a6b9563183604d6842
mthrok
added a commit
to mthrok/audio
that referenced
this issue
Mar 31, 2023
Summary: This commit adds a new feature AudioEffector, which can be used to apply various effects and codecs to waveforms in Tensor. Under the hood it uses StreamWriter and StreamReader to apply filters and encode/decode. This is going to replace the deprecated `apply_codec` and `apply_sox_effect_tensor` functions. It can also perform online, chunk-by-chunk filtering. Tutorial to follow. closes pytorch#3161 Pull Request resolved: pytorch#3163 Differential Revision: D44576660 Pulled By: mthrok fbshipit-source-id: 1ac9613b3e5e5fa51dcc19e54978f23d82f5fa96
mthrok
added a commit
to mthrok/audio
that referenced
this issue
Mar 31, 2023
Summary: This commit adds a new feature AudioEffector, which can be used to apply various effects and codecs to waveforms in Tensor. Under the hood it uses StreamWriter and StreamReader to apply filters and encode/decode. This is going to replace the deprecated `apply_codec` and `apply_sox_effect_tensor` functions. It can also perform online, chunk-by-chunk filtering. Tutorial to follow. closes pytorch#3161 Pull Request resolved: pytorch#3163 Differential Revision: D44576660 Pulled By: mthrok fbshipit-source-id: e6794d1d434c95db5cd24b3bd11f5e5e2a9671da
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
With file-like object support in StreamReader/Writer, we can add feature to apply arbitral FFmpeg effect to Tensor.
https://docs.google.com/document/d/1qrCWKqc8mjs1lKCvihloJihJhf3KRYCDD0JPCNeJV1s/edit#
Starting code
The text was updated successfully, but these errors were encountered: