❔ Convert ogg to wav
I can't find working example for NET 7.
I've tried NAudio.Vorbis
using NAudio.Wave;
using NAudio.Vorbis;
using (VorbisWaveReader vorbisStream = new VorbisWaveReader("PathToInput.ogg")) WaveFileWriter.CreateWaveFile("PathToOutput.wav", vorbisStream);
But it says "Couldn't determine container type!"
Do you know a free library for NET 7 that can do it?
2 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.