Skip to content

impr(sound): all sounds normalized to -10dB (@razorree)#7515

Merged
Miodec merged 1 commit intomonkeytypegame:masterfrom
razorree:master
Feb 28, 2026
Merged

impr(sound): all sounds normalized to -10dB (@razorree)#7515
Miodec merged 1 commit intomonkeytypegame:masterfrom
razorree:master

Conversation

@razorree
Copy link
Copy Markdown
Contributor

@razorree razorree commented Feb 20, 2026

Description

all sounds normalized using peak normalize:
ffmpeg-normalize "$file" -nt peak -t -10 -o "$file" -f -ext wav

some sounds were quiet like 'click', 'nk creams' - they are louder now,
and some sounds were pretty loud, like 'fart-reverb' - it's a bit quieter now.

Checks

  • Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info)
  • Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.

all sounds normalized using: `    ffmpeg-normalize "$file" -nt peak -t -10  -o "$file" -f -ext wav`
@monkeytypegeorge monkeytypegeorge added frontend User interface or web stuff assets Languages, themes, layouts, etc. labels Feb 20, 2026
@razorree razorree changed the title impr(sounds): all sounds normalized to -10dB (@razorree) impr(sound): all sounds normalized to -10dB (@razorree) Feb 20, 2026
@Miodec Miodec merged commit 2eda3e1 into monkeytypegame:master Feb 28, 2026
18 checks passed
@Miodec
Copy link
Copy Markdown
Member

Miodec commented Feb 28, 2026

Thanks

IliyaZinoviev pushed a commit to IliyaZinoviev/monkeytype that referenced this pull request Apr 24, 2026
…me#7515)

### Description

all sounds normalized using peak normalize: 
`ffmpeg-normalize "$file" -nt peak -t -10  -o "$file" -f -ext wav`

some sounds were quiet like 'click', 'nk creams' - they are louder now,
and some sounds were pretty loud, like 'fart-reverb' - it's a bit
quieter now.

### Checks
- [x] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.

<!-- label(optional scope): pull request title (@your_github_username)
-->

<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->

Co-authored-by: rzr <rzr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assets Languages, themes, layouts, etc. frontend User interface or web stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants