Open williamlzw opened 2 months ago
Personally I think it won't be supported in the near future. NAudio might be a possible workaround?
https://github.com/dotnet/TorchSharp/tree/main/src/TorchAudio
I think we need to figure out how to connect NAudio to TorchSharp TorchAudio Audio I/O. There are .NET user controls for variety of spectrograms
https://github.com/dotnet/TorchSharp/discussions/598
By the way, NAudio uses windows media player to support some audio formats, such as flac
, which is not cross platform. (And even on Windows, some problems may happen, like the mis-calculation of audio length.) I think we need to deal with this carefully.
And @GeorgeS2019, it's really nice to find that you are still here. But it seems that @NiklasGustafsson isn't that active recently. Do you know what's going on?
But it seems that @NiklasGustafsson isn't that active recently. Do you know what's going on?
I am looking at the list every day...
There hasn't been a lot of issue activity at all since the release of v0.103.0, I've had some family things to deal with (a child's wedding, specifically), and I've had other projects to work on. TorchSharp is not my full-time job at Microsoft. That's what's going on. :-)
Wow! Congratulations!
@NiklasGustafsson @yueyinqiu
Many people are now going to be very curious about Torchsharp for Reinforcement Learning
https://github.com/dotnet/machinelearning/issues/181#issuecomment-2372238943
Are there any plans to support torchaudio, such as StreamReader and StreamWriter classes