Skip to content

Commit 2e4a7e6

Browse files
Pawel BalaPawel Bala
Pawel Bala
authored and
Pawel Bala
committed
text to close to pic
1 parent 6462d20 commit 2e4a7e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basic_pipeline/01_Introduction.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Based on the input file content, that command will create multiple files, `<inpu
6969
The first file will contain the shuffled list of packets made from the `A` speaker's lines from the input file and the second file will contain a shuffled list of packets made out of the `B` speaker's lines of the input file. That `shuffle` is a way to simulate the imperfectness of the network - in real-life scenario, the order in which the packets are received is not always the same as the order in which they were sent. [Here](https://www.openmymind.net/How-Unreliable-Is-UDP/) you can read about this phenomenon occurring while using [UDP](../glossary/glossary.md#udp).
7070
Below you can see the steps which are taken during the input files generation:<br>
7171
![Example Input](assets/images/example_input.drawio.png)
72+
7273
Create a file with your own input conversation occurring between two speakers or use the `input.txt` file where we have provided you such a conversation. Generate the files containing packets, with the use of `mix generate_input` task.
7374

7475
## Task description

0 commit comments

Comments
 (0)