Skip to content

Commit

Permalink
🔨 add yarn start stats script to output and track sfx LUFS
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 19, 2024
1 parent 2426a74 commit 7160559
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ module.exports = {
},
},
log: `code -r "${minecraftPath}/logs/latest.log"`,
stats: {
default: 'nps stats.sounds',
sounds: `yarn exec pwsh -Command "./package-scripts/list-sounds-lufs.ps1" -Path "resourcepack/assets/omega-flowey/sounds" -Out "resourcepack/assets/omega-flowey/sounds/lufs.txt"`,
},
sync: {
default: 'nps sync.summit',
world: {
Expand Down
31 changes: 31 additions & 0 deletions resourcepack/assets/omega-flowey/sounds/lufs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.\mus_f_6s_1.ogg: I: -17.0 LUFS Threshold: -27.0 LUFS
.\mus_f_6s_6.ogg: I: -16.6 LUFS Threshold: -26.6 LUFS
.\mus_f_alarm.ogg: I: -23.3 LUFS Threshold: -33.3 LUFS
.\mus_f_endnote.ogg: I: -14.5 LUFS Threshold: -26.1 LUFS
.\mus_f_noise-01.ogg: I: -21.6 LUFS Threshold: -31.6 LUFS
.\mus_f_noise-02.ogg: I: -21.7 LUFS Threshold: -31.7 LUFS
.\mus_f_part1.ogg: I: -12.3 LUFS Threshold: -22.3 LUFS
.\mus_f_part2.ogg: I: -12.4 LUFS Threshold: -22.4 LUFS
.\mus_f_saved.ogg: I: -17.2 LUFS Threshold: -28.7 LUFS
.\mus_repeat_1.ogg: I: -12.4 LUFS Threshold: -22.4 LUFS
.\mus_repeat_2.ogg: I: -12.1 LUFS Threshold: -22.1 LUFS
.\mus_sfx_a_bullet.ogg: I: -70.0 LUFS Threshold: 0.0 LUFS
.\mus_sfx_a_target.ogg: I: -70.0 LUFS Threshold: 0.0 LUFS
.\mus_sfx_generate.ogg: I: -13.4 LUFS Threshold: -23.4 LUFS
.\mus_sfx_segapower.ogg: I: -11.2 LUFS Threshold: -21.2 LUFS
.\mus_sfx_yowl.ogg: I: -11.5 LUFS Threshold: -21.5 LUFS
.\snd_bombfall.ogg: I: -11.5 LUFS Threshold: -21.4 LUFS
.\snd_bombsplosion.ogg: I: -11.8 LUFS Threshold: -22.9 LUFS
.\snd_break1.ogg: I: -27.4 LUFS Threshold: -37.4 LUFS
.\snd_break2_c.ogg: I: -18.9 LUFS Threshold: -28.9 LUFS
.\snd_break2.ogg: I: -24.0 LUFS Threshold: -34.0 LUFS
.\snd_buzzing.ogg: I: -12.0 LUFS Threshold: -22.0 LUFS
.\snd_escaped.ogg: I: -25.3 LUFS Threshold: -35.3 LUFS
.\snd_heal_c.ogg: I: -17.8 LUFS Threshold: -27.8 LUFS
.\snd_hurt1_c.ogg: I: -13.1 LUFS Threshold: -23.1 LUFS
.\snd_impact.ogg: I: -15.1 LUFS Threshold: -25.1 LUFS
.\snd_item.ogg: I: -70.0 LUFS Threshold: 0.0 LUFS
.\snd_noise.ogg: I: -70.0 LUFS Threshold: 0.0 LUFS
.\snd_select.ogg: I: -70.0 LUFS Threshold: 0.0 LUFS
.\snd_shakerbreaker.ogg: I: -15.2 LUFS Threshold: -26.4 LUFS
.\snd_swallow.ogg: I: -70.0 LUFS Threshold: 0.0 LUFS

0 comments on commit 7160559

Please sign in to comment.