How Stardew Valley’s Misophonia Accessibility Mod Separates Eating, Drinking, and Keg Sounds

Stardew Valley allows players to lower broad audio channels, but a volume category can contain both comfortable and uncomfortable sounds. Muting the entire effects channel to avoid one eating noise may also remove tool impacts, footsteps, environmental information, interface feedback, and other sounds the player wants or needs.

Misophonia Accessibility is a third-party mod that takes a narrower approach. It can prevent the game’s eating sound from playing while leaving unrelated sound effects intact. Drinking sounds and the bubbling sound associated with putting an item into a keg can be controlled separately.

The eating sound is disabled by default after the mod is installed. Drinking and keg-bubble sounds remain enabled unless the player changes their settings. Configuration is available through Generic Mod Config Menu or through the mod’s config.json file.

This separation is the mod’s principal accessibility value. It does not assume that eating, drinking, and bubbling are interchangeable sensory experiences, and it does not require the player to silence every effect in the game to remove one documented sound.

Selective removal instead of global volume reduction

A volume slider reduces the amplitude of every sound assigned to its channel. Lowering sound effects can make an eating noise quieter, but the sound’s rhythm, texture, and timing remain. Turning the category completely off removes the eating sound while also removing everything else routed through that category.

Misophonia Accessibility intercepts particular sound cues instead. When a targeted cue would normally be played, the mod prevents that sound from being produced. Other game sounds can continue at their existing volume.

This is sound removal rather than frequency filtering. The mod does not analyze the audio and remove only certain pitches, soften particular frequencies, or change the balance between high and low sounds. It blocks identified game cues.

It is also different from replacement. The documentation does not describe substituting a softer eating sample, an abstract tone, or a visual notification. When the eating option is active, the targeted eating sound is absent.

That difference can matter. A quieter or less realistic replacement may be suitable for one player, while another may need the cue removed. Misophonia Accessibility provides removal, not a library of alternative sound designs.

Eating sounds are disabled by default

The mod was originally known as Remove Eat Sound, and removing the solid-food eating cue remains its default behavior. Once the mod and its requirements are installed correctly, the eating sound is disabled without requiring the player to locate an additional switch.

This may reduce exposure to a predictable sound connected to consuming food. Eating food remains mechanically available. The player can still select an item, consume it, receive its health, energy, or buff effects, and continue playing.

The mod does not skip the eating action or remove its gameplay consequences. It changes the sound output associated with the action. Any animation, menu transition, item removal, or numerical effect remains unless another mod changes it.

Silencing the cue may remove a form of confirmation. A player who relied on the sound to know that an item was consumed will need to use visual animation, inventory changes, the health or energy display, or another source of feedback. The mod does not add a replacement caption or visual indicator.

This illustrates an important trade-off in targeted audio removal: eliminating an unwanted sound can also eliminate information carried by that sound. Whether the remaining visual feedback is sufficient will vary by player.

Drinking is controlled independently

The mod includes a separate option for drinking sounds. Drinking remains enabled by default, even though eating is disabled. A player who is comfortable with drinking audio can therefore leave it unchanged.

If drinking sounds are also problematic, the player can disable them through the configuration interface or file. This avoids treating all consumption sounds as one indivisible category.

Eating and drinking may differ in texture, duration, repetition, and personal meaning. Someone who finds one sound difficult may have no problem with the other. Independent controls allow the player to make that distinction without relying on a diagnosis-based preset.

Disabling drinking audio does not remove the drink, change its effects, or prevent the corresponding item from being used. As with eating, it suppresses the documented sound rather than automating or cancelling the action.

The setting also does not silence every liquid sound in the game. Rain, water, fishing, footsteps near water, filling noises introduced by other mods, and environmental ambience should not be assumed to be covered. The option targets the game’s drinking sound.

The keg-bubble option addresses a different trigger

Misophonia Accessibility also exposes control over a sound the mod labels as bubbles. The creator explains that this is the sound played when an item is placed into a keg.

This is not an eating or drinking action. It is a machine-feedback sound associated with starting a production process. Its inclusion recognizes that an uncomfortable sound category may occur outside the most obvious context.

By default, the bubble sound remains active. Players can disable it independently. The keg continues to accept compatible items and produce artisan goods; the mod removes the targeted audio feedback rather than disabling the machine.

Removing this cue may make it harder to confirm by sound that the keg accepted the item. The machine’s visual state and the disappearance of the held item can provide other feedback, but the mod does not add a new confirmation signal.

The option should not be described as silencing all farm machines. Other machines, processing loops, completion sounds, animal sounds, and environmental audio remain outside its documented scope.

Why these three controls are not a complete misophonia mode

Misophonia experiences are highly individual. A setting that removes eating, drinking, and keg bubbles cannot predict every sound that may be difficult for a particular player.

Stardew Valley includes animals, repetitive tool use, footsteps, fishing sounds, machinery, crackling fires, weather, voices represented as text effects, and many other short or looping cues. Misophonia Accessibility does not claim to identify or remove all potentially triggering audio.

The project page lists expanding support for other sounds as a future goal. That wording is important: the current release should be evaluated according to its documented controls rather than the broader possibilities suggested by its name.

A player may still need to adjust the game’s audio categories, alter speaker or headphone use, install another compatible sound mod, or avoid a particular activity. The targeted mod can preserve more of the soundscape than global muting, but its coverage is deliberately limited.

Learn more about misophonia at www.misophoniainternational.com

Using Generic Mod Config Menu

Misophonia Accessibility requires Generic Mod Config Menu version 1.12.0 or newer. This dependency provides an in-game interface for changing compatible mod settings.

Through that menu, the player can choose whether eating, drinking, and keg-bubble sounds are enabled or disabled without manually rewriting configuration text. This makes the options more discoverable and reduces the risk of formatting errors.

The menu does not make changes to every Stardew Valley audio setting. It exposes the controls provided by Misophonia Accessibility. Master volume, music, ambient audio, and the game’s broader sound controls remain separate.

Using a dependency for the interface also means that installing only the primary mod is insufficient. The creator requires both SMAPI and Generic Mod Config Menu. If either dependency is missing, outdated, or installed incorrectly, the mod may fail to load or its settings may be unavailable.

Manual configuration through config.json

The same options can be changed in config.json. This may be useful when troubleshooting, preparing a shared mod setup, or configuring the mod without entering the game.

Manual editing requires the player to locate the mod folder, open the correct file, preserve valid JSON formatting, and enter acceptable values. An incorrect comma, quotation mark, or property value can prevent the configuration from being read.

The file provides a fallback, but it is not necessarily an accessible interface. File navigation and code-like formatting can create motor, vision, or cognitive barriers. Generic Mod Config Menu is likely the more practical route for many players.

Changing a configuration value is distinct from temporarily muting the game. The setting persists across play sessions until it is changed again. A player who shares the computer or mod installation may therefore need to check the configuration before playing.

Interaction with other mods

The creator documents general compatibility with other mods while noting an edge case involving sounds played through Game1.playSound, a standard game method. When another mod calls the same targeted sound through that method, Misophonia Accessibility may prevent that audio from being produced as well.

This can be useful when another mod reuses the original eating, drinking, or bubble cue. It can also suppress the sound in a context the player did not expect. The mod responds to the identified cue rather than understanding the narrative purpose of every call.

A mod that supplies a completely new eating sound through another system may not be covered. Similarly, an overhaul that changes sound names or bypasses the usual playback route can alter compatibility.

Sound replacement mods can also create conflicts or ambiguous results. If one mod attempts to replace a cue while Misophonia Accessibility attempts to prevent it from playing, load order and implementation may determine which behavior occurs. The project page does not promise compatibility with every audio overhaul.

Players using a large mod collection should test eating, drinking, and keg interactions after changing their loadout. Testing should include both the player character and any mod-added scenes or actions that may reuse the same sounds.

Installation requirements

Version 4.0.2 of Misophonia Accessibility requires SMAPI 4.0.0 or newer and Generic Mod Config Menu 1.12.0 or newer. The mod folder is placed inside Stardew Valley’s Mods directory, and the game must then be launched through SMAPI.

The creator warns users upgrading from a release older than version 2.0.0 to delete the previous RemoveEatSound folder. Leaving the obsolete folder in the Mods directory could create duplicate or conflicting installations.

This is an unofficial modification rather than a built-in ConcernedApe accessibility setting. Mod installation, updates, and troubleshooting remain the player’s responsibility. A game or SMAPI update can change compatibility.

The mod does not bring selective sound removal to PlayStation, Xbox, Nintendo Switch, iOS, or Android. SMAPI mods are associated with supported desktop installations rather than the console editions.

Documented platform coverage

The creator states that version 4.0.2 works with Stardew Valley 1.6 on Windows. Other platforms were untested.

This wording is narrower than saying the mod supports every desktop operating system. SMAPI and Stardew Valley may be available elsewhere, but the individual mod’s sound interception and configuration behavior were not documented as tested by its creator on those systems.

Players on macOS or Linux may be able to install it, but that possibility should not be represented as verified compatibility. They should consult recent user reports, retain backups, and be prepared to remove the mod if it fails.

The Nexus page lists version 4.0.2, while the public GitHub releases page displays an older 3.0.1 release as its latest published GitHub package. Players seeking the current downloadable build should follow the creator’s primary Nexus distribution rather than assuming both mirrors contain the same version.

Removal versus changing the sound’s character

Some accessibility sound mods replace a cue with a softer, shorter, less organic, or more abstract sample. Misophonia Accessibility does not document that kind of substitution. Its controls prevent selected sounds from playing.

Removal can be preferable when any similar replacement would remain uncomfortable. Replacement can be preferable when the player needs confirmation but wants a different sound texture. These approaches address different needs.

An ideal built-in system could offer the original sound, alternative sound sets, adjustable cue volume, complete removal, and redundant visual feedback. This mod implements the removal portion for three identified cues.

Because no substitute signal is added, players should verify that they can still recognize successful consumption and keg loading through the remaining presentation. The benefit of silence must be considered alongside the loss of auditory confirmation.

Combining the mod with Stardew Valley’s audio settings

Misophonia Accessibility can be used alongside the game’s volume controls. A player might keep effects audible at a comfortable level while blocking eating and drinking. Another might lower the general sound channel and use the mod to ensure that the targeted cues are absent rather than merely quieter.

Music and ambient volume remain independent ways to shape the sensory environment. Reducing those channels can make other sounds more prominent, so the overall result may not always be less intense. Players may need to balance several controls rather than treating the mod as a universal preset.

Headphones can make quiet details more noticeable and spatially immediate, while speakers change how sound occupies the room. The mod cannot determine which listening arrangement is more comfortable for an individual.

The creator’s official Misophonia Accessibility page on Nexus Mods provides the current release, required dependency versions, installation instructions, configuration defaults, and compatibility notes. The source is also publicly available for inspection.

A focused intervention with deliberately limited coverage

Misophonia Accessibility demonstrates why sensory controls are more useful when they operate below the level of a master-volume slider. Eating, drinking, and keg bubbles are separate cues connected to separate activities, and the mod allows them to be handled separately.

It does not filter sound frequencies, replace cues, add captions, silence every potentially difficult noise, or guarantee compatibility with every sound overhaul. It also depends on SMAPI, Generic Mod Config Menu, a compatible desktop installation, and successful mod configuration.

Access needs vary. Selective removal may preserve more of Stardew Valley’s useful and atmospheric audio than muting all effects, but the mod’s practical limits remain its three documented sound targets, loss of auditory confirmation, Windows-only testing, and dependence on an unofficial modding framework.