Skip to content

Commit d8880af

Browse files
committed
voip: replaced audio file with another one
1 parent ad519e6 commit d8880af

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

-721 KB
Binary file not shown.
2.51 MB
Binary file not shown.

showcases/emulation/voip/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ clicking the play button below:
306306

307307
.. raw:: html
308308

309-
<p><audio controls> <source src="media/Beatify_Dabei_cut.mp3" type="audio/mpeg">Your browser does not support the audio tag.</audio></p>
309+
<p><audio controls> <source src="media/Stereotype_News.mp3" type="audio/mpeg">Your browser does not support the audio tag.</audio></p>
310310

311311
Here is the received audio file:
312312

showcases/emulation/voip/voipreceiver.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[General]
22
network = AppContainer
33
scheduler-class = "inet::RealTimeScheduler"
4-
sim-time-limit = 50s
4+
sim-time-limit = 70s
55
*.app.typename = "VoipStreamReceiver"
66
*.app.localPort = 60001
77
*.app.resultFile = "results/received.wav"

showcases/emulation/voip/voipsender.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[General]
22
network = AppContainer
33
scheduler-class = "inet::RealTimeScheduler"
4-
sim-time-limit = 47s
4+
sim-time-limit = 67s
55
*.app.typename = "VoipStreamSender"
66
*.app.packetTimeLength = 20ms
77
*.app.codec = "pcm_s16le"
88
*.app.sampleRate = 32000Hz
99
*.app.voipHeaderSize = 40B
1010
*.app.voipSilenceThreshold = 100
1111
*.app.repeatCount = 2
12-
*.app.soundFile = "Beatify_Dabei_cut.mp3"
12+
*.app.soundFile = "Stereotype_News.mp3"
1313
*.app.localPort = -1
1414
*.app.destPort = 60001
1515

0 commit comments

Comments
 (0)