TorchAudio feasibility #598
Replies: 7 comments 3 replies
-
@luisquintanilla I hope you could find time to look at some of the deep voice AI contributions for .NET community by @kaiidams. He is in my view a suitable candidate for one of your monthly ML.NET standup community programs. |
Beta Was this translation helpful? Give feedback.
-
Resampling Overview
from torchaudio.datasets import SPEECHCOMMANDS public static torch.utils.data.Dataset<SpeechCommandsDatasetItem> SPEECHCOMMANDS
transform = torchaudio.transforms.Resample(orig_freq=sample_rate, new_freq=new_sample_rate) var transform = torchaudio.transforms.Resample(_sample_rate, _new_sample_rate, device: device);
|
Beta Was this translation helpful? Give feedback.
-
Possible .NET Spectrogram plotting library For .NET interactive notebook, we need this display supported in Which need support in |
Beta Was this translation helpful? Give feedback.
-
torchaudio.function implements features as standalone functions. They are stateless. |
Beta Was this translation helpful? Give feedback.
-
One of many TorchSharp's TorchAudio Goals: Language is essential to human life |
Beta Was this translation helpful? Give feedback.
-
PyTorch audio: TorchAudio
@kaiidams could you please check and perhaps organize what you have done could support .NET community to work towards TorchAudio using TorchSharp.
Beta Was this translation helpful? Give feedback.
All reactions