naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.37k stars 1.09k forks source link

OGG file format support #1141

Closed ProgrammerSmarty closed 2 months ago

ProgrammerSmarty commented 3 months ago

Will NAudio ever have the OGG file format?

It's well known and well used and was just wondering that you have every other format but OGG.

I just want this great library to support a great file format for my new DAW that I'm making. That's all :)

markheath commented 3 months ago

it doesn't have native support for ogg. But MediaFoundationReader may be able to play an ogg file depending on what codecs are installed on your machine.

alenet444 commented 3 months ago

with the official codec for windows and MediaFoundationReader you can read and play those files! here is the link: https://downloads.xiph.org/releases/oggdsf/oggcodecs_0.83.17220-win32.exe

iray1024 commented 2 months ago

u can use NAudio.Vorbis library.