[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#833395: emacspeak: please make the build reproducible



On 06-08-16 22:12, Chris Lamb wrote:
>> What a shame I already had the patch since Debconf. I just haven't had
>> the time to upload the fix.
> 
> Not to worry. :)  Does your solution differ greatly?

Not much... although I only have the fix for sounds/3d/src/scroll.csd
locally.

So, syntax "," looks different and I used an additional argument. I
seeded with a slightly more random number.

Why the seed in one file and not in the other?

paul@ruapehu ~/a11y/emacspeak $ git diff
diff --git a/sounds/3d/src/scroll.csd b/sounds/3d/src/scroll.csd
index f926ce6..930c5f4 100644
--- a/sounds/3d/src/scroll.csd
+++ b/sounds/3d/src/scroll.csd
@@ -13,8 +13,8 @@ kaz1  linseg -90, p3, 90
 kaz2   linseg 45, p3, 225
 kenv linseg 0.5, p3, 0.1
 ; generate pink noise
-an1  pinkish 1
-an2  pinkish  0.25
+an1  pinkish 1, 0, 20, 179
+an2  pinkish  0.25, 0, 20, 179
 al1, ar1 hrtfmove2 an1, kaz1, -40,
"hrtf-44100-left.dat","hrtf-44100-right.dat"
 al2, ar2 hrtfmove2 an2, kaz2, 40,
"hrtf-44100-left.dat","hrtf-44100-right.dat"
 ; write audio out

Paul

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: