NAudio icon indicating copy to clipboard operation
NAudio copied to clipboard

OGG file format support

Open ProgrammerSmarty opened this issue 11 months ago • 3 comments

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 :)

ProgrammerSmarty avatar Mar 21 '24 09:03 ProgrammerSmarty

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.

markheath avatar Mar 21 '24 14:03 markheath

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

alenet444 avatar Mar 30 '24 12:03 alenet444

u can use NAudio.Vorbis library.

iray1024 avatar Apr 08 '24 09:04 iray1024