ViaVoip doc
A portable peer to peer voice-chat/walkie-talkie.
Status: Beta
Brought to you by:
tilly_2
| File | Date | Author | Commit |
|---|---|---|---|
| CHANGELOG.txt | 2015-03-08 | tilly_2 | [r1] moved doc here |
| LICENSE.txt | 2015-03-08 | tilly_2 | [r1] moved doc here |
| README.txt | 2015-03-08 | tilly_2 | [r1] moved doc here |
| TODO.txt | 2015-03-08 | tilly_2 | [r1] moved doc here |
| screenshot-01.PNG | 2015-03-08 | tilly_2 | [r1] moved doc here |
//
/////u // // craftware ===============
// // // utilities ViaVoip
// // // // // // ===============
// // // yt /// www.utillyty.eu
//
Copyright (C) 2015 Attilio Pavone <tilly@utillyty.eu>
A peer to peer voice chat.
Release notes - Version: 0.4, 09/03/2015
----------------------------------------
This is the third prototype. I included file transfer.
NB: I inverted the names of the two files ring-in.wav, ring-out.wav, so if you
already used viavoip, you should delete those two file if present in the app directory
before launching it.
(For a general coding convention throughout the source,
I used the suffix 'in' (input) and 'out' (output) in the program point of view,
so for example audioin is the mic, filein is a file that you send, while
audiout are your headphones/speaker, or fileout a file that you receive).
Install
-------
You can get viavoip at http://sourceforge.net/projects/viavoip/.
No setup is needed, just extract the archive and launch the "viavoip(.exe)" program.
(linux users: requires Qt 4.7.0 or later).
Licence
-------
GNU General Public License version 3 (see LICENCE.txt).