Skip to content

Commit 1e3b5b4

Browse files
authored
Merge pull request #2 from egornovivan/master
ebu128 version
2 parents fc2905e + ddf2813 commit 1e3b5b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+5
-1
lines changed

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 5
4+
Added [ebur128](https://en.wikipedia.org/wiki/EBU_R_128) versions. Loudness approx as in original game files.
5+
36
## Version 4
47
- Maybe: replaced with F4 version.
58
- Abbey1, prmtribe, wind1, wind2: HQ updated from UHQ.

docs/info.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Unless noted here, the tracks are lossless.
22

33
- maybe - converted from Fallout 4 xwm to wav
44
- abbey1, prmtribe, wind1, wind2 - converted from acm to wav, upsampled to 44.1 KHz.
5+
- hq_ebur128, uhq_ebur128 - normalization ebur128(resampling with small lossy)

extra/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else
99
export version="git$TRAVIS_COMMIT"
1010
fi
1111

12-
for q in hq uhq; do
12+
for q in hq hq_ebur128 uhq uhq_ebur128; do
1313
fname="fallout12_${q}_music_${version}.zip"
1414
cd "$q"
1515
zip "$fname" *

0 commit comments

Comments
 (0)