gui icon indicating copy to clipboard operation
gui copied to clipboard

Documentation: (play-sound) Windows OGG support

Open jestarray opened this issue 4 years ago • 0 comments

After looking all over the internet, I found how to get OGG working with MCI, ergo it will let (play-sound) on windows play an ogg file.

From here, download this: Windows 32/64-bit Installer: opencodecs_0.85.17777.exe 2,53MB https://www.xiph.org/dshow/downloads/ Download

Create a new file enable_ogg.reg and paste these contents in:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MCI Extensions]
"ogg"="MPEGVideo"

then run it and done!

jestarray avatar Aug 27 '21 13:08 jestarray