TorchAudio feasibility #598
Replies: 9 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. |
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);
|
Possible .NET Spectrogram plotting library For .NET interactive notebook, we need this display supported in Which need support in |
|
torchaudio.function implements features as standalone functions. They are stateless. |
One of many TorchSharp's TorchAudio Goals: Language is essential to human life |
|
Another TorchSharp Wav2Vec2 example https://github.com/whuanle/Maomi.Torch/blob/main/examples/wav2vec2/Program.cs |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions