racket / racket/gui

Documentation: (play-sound) Windows OGG support

Open
#240 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.