Skip to content
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

Added missing functions of torchaudio.functional #685

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

kaiidams
Copy link
Contributor

@kaiidams kaiidams commented Aug 6, 2022

  • torchaudio.functional.griffinlim()
  • torchaudio.functional.amplitude_to_DB()
  • torchaudio.functional.DB_to_amplitude()
  • torchaudio.functional.melscale_fbanks()
  • torchaudio.functional.linear_fbanks()

- torchaudio.functional.griffinlim()
- torchaudio.functional.amplitude_to_DB()
- torchaudio.functional.DB_to_amplitude()
- torchaudio.functional.melscale_fbanks()
- torchaudio.functional.linear_fbanks()
@@ -5,6 +5,7 @@
using System.Runtime.InteropServices;

using static TorchSharp.torch;
using System.Diagnostics;

// A number of implementation details in this file have been translated from the Python version or torchvision,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this comment should refer to 'torchaudio' instead of 'torchvision'? :-)

@NiklasGustafsson NiklasGustafsson merged commit 079ccde into dotnet:main Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants