Documentation: (play-sound) Windows OGG support
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 68
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the documentation or entry point for (play-sound) and its Windows support; the issue names the proposed enable_ogg.reg file and the MCI Extensions registry setting. Verify the opencodecs download and registry steps, then document the OGG setup where Windows playback instructions belong.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100