Info

Download ZIP (42.3 KB)

Testing and Issues

You can test this entry and submit issues during the testing period of the VoIP Contest, Round 1 contest.

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

Voting

12

Comments

tgvoipcall uses libtgvoip, maked with --enable-audio-callback flag.
For building tgvoipcall you will need packages libogg-dev, libopus-dev, libopusfile-dev.
For building tgvoiprate you will need package libopusfile-dev.
I'm using Qt Creator for making projects, so in both projects there is .pro file. But I've also included Makefile.
For reading ogg-opus I used libopusfile. For writing to this format I used libogg and libopus.
1
You have not added any comments yet...
by rating

Issues

Fair Wombat Nov 14, 2019 at 11:18
The submitted tgvoiprate app got a score of 4822 which means it is less precise than the solution that always returned 1.0 as the result. Unfortunately, this is not good enough to compete for the prize.
Debian GNU/Linux 10 (buster)
10
Modest Squirrel Oct 29, 2019 at 09:45
Thank you for your work. This is bug. I've created and fixed this issue: https://bitbucket.org/limentas/tgvoipcontest/issues/1/nan-in-case-of-0-found-speech-quantums
B
Borik Bobrujskov Oct 28, 2019 at 17:43
Your tgvoipcall executable can't run without libtgvoip.so.0
Debian GNU/Linux 10 \n \l
Modest Squirrel Oct 28, 2019 at 21:32
Yes. I linked libtgvoip dynamically. You should install it in your
system (execute following steps from root directory with libtgvoip sources):
./configure --enable-audio-callback
make
make install
Nobody added any issues yet...