Sound Tweaker
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 1.0% endorsement rate
- 🏆 #5 of 17 Audio mods in this game by downloads
📋 About This Mod
This mod is a replacement for my Sound Effect Replacement mod that provides much more flexibility over sound effect and music replacement in Stardew Valley.
An example of a mod using this framework (actually the reason this framework came into existence) is Softer Snow Footstep Sound.
Basic Usage
To use this mod, you will need to create a Content Patcher mod that targets this mod's dictionary.
Cue Paths
A simple content.json file is something like this:
"Format": "1. 23. 0",
"Changes": [
"Action": "EditData",
"Target": "aedenthorn. SoundTweaker/dictionary",
"Entries": {
"snowyStep": {
"sounds": [
"cuePaths": [
This simply replaces the snowyStep sound with the thudStep sound, preserving all parameters of the thudStep sound.
The following page has the names of all the sound cues in the game:
https://stardewvalleywiki.com/Modding:Audio#Track_list
File Paths
Instead of cuePaths, you can direct the mod to play your own list of sound files using filePaths, e.g.:
"Format": "1. 23. 0",
"Changes": [
"Action": "EditData",
"Target": "aedenthorn. SoundTweaker/dictionary",
"Entries": {
"snowyStep": {
"sounds": [
"filePaths": [
"{{InternalAssetKey: sounds/Snowystep_Soft_01.wav}}",
"{{InternalAssetKey: sounds/Snowystep_Soft_02.wav}}",
"{{InternalAssetKey: sounds/Snowystep_Soft_03.wav}}"
These files have to be placed your Content Patcher mod's folder. The sound files above should be in a sounds subfolder.
This method does not automatically preserve any sound parameters (in this case, the snowyStep sound's random pitch). You must add your own sound parameters, as explained below.
Sound Indexes
Finally, you can target specific sound indexes in the sound bank using sound
Sound Tweaker is an audio customization mod for Valheim that lets you replace, combine, or silence sound cues, adjust pitch and volume, and use custom audio files. With 870 endorsements and frequent updates, it's a solid choice for players wanting deeper control over the game's audio.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Community-approved with 870 endorsements and over 91k downloads.
- Actively maintained, last updated June 2025.
- Offers granular control over audio, including random pitch and volume for variety.
⚠️ Cons
- Description is cut off, so full feature list and setup details are unclear.
- May require manual configuration to get desired results, which could be time-consuming.
- No explicit compatibility notes for other audio mods or game updates.
For Valheim players who want to fine-tune the game's audio, whether to remove annoying sounds, add custom audio, or create dynamic soundscapes. Skip if you're happy with the default audio and don't want to fiddle with settings.
💡 Beginner Tips
- Back up your original audio files before making changes, so you can revert if needed.
- Test changes in a single-player world before applying them to a multiplayer server.
- Use the game's built-in console to reload audio settings without restarting.
📊 Mod Details
- Game
- Stardew Valley Mods
- Author
- aedenthorn
- Version
- 0.5.0
- Downloads
- 91,439
- Endorsements
- 870
- Category
- Audio
- Created
- 12/14/2022
- Updated
- 6/3/2025
🧩 Commonly Used Together
Users add these mods to the same collections — a real compatibility signal, not an AI guess.
🔧 How to Install Stardew Valley Mods
Download from Nexus.
📖 Full step-by-step install guide for Stardew Valley →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Stardew Valley commands, item IDs, and more.
Keep browsing — more Stardew Valley mods await