Skip to content

Commit 9e41d24

Browse files
committed
examples: voipstream: replace/remove audio files - fingerprints also updated
1 parent 2b516f3 commit 9e41d24

14 files changed

Lines changed: 61 additions & 71 deletions

examples/voipstream/VoIPStreamLargeNet/omnetpp.ini

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,16 @@ total-stack = 2MiB # increase if necessary
2626
**.voipServer.app[0].traceFileName = "results/srctrace.wav"
2727
# **.voipServer.app[0].filemode = "random"
2828

29-
#**.voipServer.app[0].soundFile = "../soundFiles/Beatify_Dabei_cut.mp3"
30-
#**.voipServer.app[0].soundFile = "../soundFiles/Beatify_Ria_cut.mp3"
31-
**.voipServer.app[0].soundFile = "../soundFiles/husten.mp3"
32-
#**.voipServer.app[0].soundFile = "../soundFiles/husten.wav"
33-
#**.voipServer.app[0].soundFile = "../soundFiles/langes blabla.wav"
34-
#**.voipServer.app[0].soundFile = "../soundFiles/ria_44100_stereo.mp3" #OK
35-
#**.voipServer.app[0].soundFile = "../soundFiles/ria_8000_mono.mp3" #BUG extra 576 sample at the end
36-
#**.voipServer.app[0].soundFile = "../soundFiles/ria_8000_stereo.mp3" #BUG: sinus noise at 0.15-0.22s, extra 576 sample at the end
37-
#**.voipServer.app[0].soundFile = "../soundFiles/steuern.wav"
38-
#**.voipServer.app[0].soundFile = "../soundFiles/test.wav"
39-
29+
**.voipServer.app[0].soundFile = "../soundFiles/" + \
30+
${sound = "husten.mp3", \
31+
"husten.wav", \
32+
"langes blabla.wav", \
33+
"StereotypeNews.mp3", \
34+
"StereotypeNews_44100_stereo_64k.mp3", \
35+
"StereotypeNews_8000_mono_64k.mp3", \
36+
"StereotypeNews_8000_stereo_64k.mp3", \
37+
"steuern.wav" \
38+
}
4039

4140
**.voipServer.app[0].localPort = 1000
4241
**.voipServer.app[0].destPort = 1000

examples/voipstream/VoIPStreamTest/omnetpp.ini

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,15 @@ total-stack = 2MiB # increase if necessary
6464
**.server.app[0].repeatCount = 1
6565

6666
**.server.app[0].soundFile = "../soundFiles/" + \
67-
${sound = "Beatify_Dabei_cut.mp3", \
68-
"Beatify_Ria_cut.mp3", \
69-
"husten.mp3", \
67+
${sound = "husten.mp3", \
7068
"husten.wav", \
7169
"langes blabla.wav", \
72-
"ria_44100_stereo.mp3", \
73-
"ria_8000_mono.mp3", \
74-
"ria_8000_stereo.mp3", \
75-
"steuern.wav", \
76-
"test.wav"}
70+
"StereotypeNews.mp3", \
71+
"StereotypeNews_44100_stereo_64k.mp3", \
72+
"StereotypeNews_8000_mono_64k.mp3", \
73+
"StereotypeNews_8000_stereo_64k.mp3", \
74+
"steuern.wav" \
75+
}
7776

7877
**.server.app[0].localPort = 1000
7978
**.server.app[0].destPort = 1000

examples/voipstream/VoIPStreamTrafficTest/omnetpp.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ total-stack = 2MiB # increase if necessary
2626
**.server.app[0].traceFileName = "results/VoIPtrace.wav"
2727
# **.server.app[0].filemode = "random"
2828

29-
#**.server.app[0].soundFile = "../soundFiles/Beatify_Dabei_cut.mp3"
30-
#**.server.app[0].soundFile = "../soundFiles/Beatify_Ria_cut.mp3"
31-
**.server.app[0].soundFile = "../soundFiles/husten.mp3"
32-
#**.server.app[0].soundFile = "../soundFiles/husten.wav"
33-
#**.server.app[0].soundFile = "../soundFiles/langes blabla.wav"
34-
#**.server.app[0].soundFile = "../soundFiles/ria_44100_stereo.mp3" #OK
35-
#**.server.app[0].soundFile = "../soundFiles/ria_8000_mono.mp3" #BUG extra 576 sample at the end
36-
#**.server.app[0].soundFile = "../soundFiles/ria_8000_stereo.mp3" #BUG: sinus noise at 0.15-0.22s, extra 576 sample at the end
37-
#**.server.app[0].soundFile = "../soundFiles/steuern.wav"
38-
#**.server.app[0].soundFile = "../soundFiles/test.wav"
29+
**.server.app[0].soundFile = "../soundFiles/" + \
30+
${sound = "husten.mp3", \
31+
"husten.wav", \
32+
"langes blabla.wav", \
33+
"StereotypeNews.mp3", \
34+
"StereotypeNews_44100_stereo_64k.mp3", \
35+
"StereotypeNews_8000_mono_64k.mp3", \
36+
"StereotypeNews_8000_stereo_64k.mp3", \
37+
"steuern.wav" \
38+
}
3939

4040
**.server.app[0].localPort = 1000
4141
**.server.app[0].destPort = 1000
-721 KB
Binary file not shown.
-786 KB
Binary file not shown.
2.51 MB
Binary file not shown.
Binary file not shown.
516 KB
Binary file not shown.
Binary file not shown.
-393 KB
Binary file not shown.

0 commit comments

Comments
 (0)