Info

Download ZIP (3.1 MB)

Testing and Issues

You can test this entry and submit issues during the testing period of the VoIP Contest, Stage 3. €50,000 contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

by rating

Issues

Fair Wombat Apr 26, 2020 at 12:03
Небольшой объем изменений, но содержит исправление критического бага.
Несмотря на высокие оценки, при ручном разборе семплов остается еще простор для улучшений, например, устранение треска и скрежета по сравнению с некоторыми работами, реализованными с нуля. Примеры семплов из датасета:
entry1361_sample14_1610bcfe3d4a5409ca90463ea8c0ef8f.pcm_3G2_9472088.wav
vs
entry1369_sample14_1610bcfe3d4a5409ca90463ea8c0ef8f.pcm_3G2_4286819.wav

entry1361_sample14_9406179a57e6d882cba5a5c23c7e7e4f.pcm_3G3_2488942.wav
vs
entry1369_sample14_9406179a57e6d882cba5a5c23c7e7e4f.pcm_3G3_3311523.wav

entry1361_sample14_1610bcfe3d4a5409ca90463ea8c0ef8f.pcm_EDGE1_9725012.wav
vs
entry1369_sample14_1610bcfe3d4a5409ca90463ea8c0ef8f.pcm_EDGE1_8122635.wav
10
A memory leak of 64 bytes persists in the provided library: the memory allocated for `tcpReceiveThread` with `new` in `TgVoipImpl` constructor (TgVoip.cpp:119) is not freed with `delete`.
Eager Cat Apr 1, 2020 at 19:22
This whole TCP thing is temporary anyway. As I once told my programming teacher at the university when he asked me about a missing free() call: this memory will be freed by the operating system when the process terminates a split second later 😏
Nobody added any issues yet...