
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
IHU is a Voice over IP (VoIP) application for Linux, that creates an audio stream between two computers easily and with the minimal traffic on the network.
The main features are:
* Peer-to-Peer: the communication takes place directly between the computers (UDP and TCP both supported), without need of session protocols (such as SIP or H323) or other servers in the middle.
* Good audio performance: IHU was born to give the best audio performance, low latency above all. For this purpose IHU is compatible with ALSA, now the default Linux sound architecture, but also with JACK, a low latency sound server. For the audio compression, IHU uses Speex, a codec optimized for speech (and completely free and open source).
* Crypted stream: you have also the possibility to Encrypt/Decrypt the stream using a fast hybrid cryptographic system (RSA + Blowfish)
* Command-line support: the Qt GUI is not strictly necessary, you can run also a textual IHU from command-line (for example if you need to run the program on remote computers).
* Free and Open Source: IHU is totally free and distributed under the terms of GNU General Public License.
The possibilities of use of IHU are endless, for example you can use it like a phone to talk with your friends all around the world, or at home/work, to talk between computers in the LAN (talkback), etc.
13 years ago
# IHU v. 0.6.0
- new feature: multiple calls now allowed (full conference not yet supported)
- feature improved: AGC moved from player to recorder (with mixer support)
- feature improved: sound input level added to GUI
- feature improved: TX threshold and AGC volume converted to dB
- feature improved: file player/converter in a standalone dialog
- feature improved: .spx file converter now faster
- feature improved: config file entirely reviewed, now it's possible to specify the file
- feature improved: now it's possibile to save the passphrase in the config
- feature improved: some improvements in the tray icons
- feature removed: JACK driver for output has been disabled
- bug fix: no more problems with XRUN handling for ALSA player
- source code: IHU architecture totally reviewed, GUI made independent from Phone
13 years ago
# IHU v. 0.6.0
- new feature: multiple calls now allowed (full conference not yet supported)
- feature improved: AGC moved from player to recorder (with mixer support)
- feature improved: sound input level added to GUI
- feature improved: TX threshold and AGC volume converted to dB
- feature improved: file player/converter in a standalone dialog
- feature improved: .spx file converter now faster
- feature improved: config file entirely reviewed, now it's possible to specify the file
- feature improved: now it's possibile to save the passphrase in the config
- feature improved: some improvements in the tray icons
- feature removed: JACK driver for output has been disabled
- bug fix: no more problems with XRUN handling for ALSA player
- source code: IHU architecture totally reviewed, GUI made independent from Phone
mtrotta
14 years ago
Unfortunately I don't have time to work on a Windows port now. Any help is welcome.
Report
meyerm
14 years ago
Report
gohanz
14 years ago
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=622
Report
mtrotta
14 years ago
Report
linux3114a
14 years ago
at
http://home.scarlet.be/raoul.linux/
under DOWNLOAD section ( My SuSE RPM's )
Report
mtrotta
14 years ago
Report
linux3114a
14 years ago
at
http://home.scarlet.be/raoul.linux/
under DOWNLOAD section
Report
linux3114a
14 years ago
During MAKE phase :
if g++ -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/ihu\" -I/usr/lib/qt3/include -DQT_THREAD_SUPPORT -Wall -g -O2 -MT src/ihu-TcpServer.o -MD -MP -MF "src/.deps/ihu-TcpServer.Tpo" -c -o src/ihu-TcpServer.o `test -f 'src/TcpServer.cpp' || echo './'`src/TcpServer.cpp; \
then mv -f "src/.deps/ihu-TcpServer.Tpo" "src/.deps/ihu-TcpServer.Po"; else rm -f "src/.deps/ihu-TcpServer.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/ihu\" -I/usr/lib/qt3/include -DQT_THREAD_SUPPORT -Wall -g -O2 -MT src/ihu-Transmitter.o -MD -MP -MF "src/.deps/ihu-Transmitter.Tpo" -c -o src/ihu-Transmitter.o `test -f 'src/Transmitter.cpp' || echo './'`src/Transmitter.cpp; \
then mv -f "src/.deps/ihu-Transmitter.Tpo" "src/.deps/ihu-Transmitter.Po"; else rm -f "src/.deps/ihu-Transmitter.Tpo"; exit 1; fi
src/Transmitter.cpp: In member function ‘int Transmitter::isSpeaking(float*, int)’:
src/Transmitter.cpp:341: error: ‘fabs’ was not declared in this scope
make[1]: *** [src/ihu-Transmitter.o] Erreur 1
make[1]: Leaving directory `/home/raoul/work/ihu-0.5.5'
make: *** [all-recursive] Erreur 1
Report
mtrotta
14 years ago
Please download again the ihu-0.5.5.tar.gz package and try again.
Report
linux3114a
15 years ago
many thanks
ihu-0.5.3-S10K35.i586.rpm
at
http://home.tiscali.be/raoul.linux/downloadSuSE10.0.htm
ENJOY !!!!
Report
linux3114a
15 years ago
having speex and speex-devel 1.1.11.1.0pm.i586 installed
My module libspeex.la stay in /usr/lib
joins the error message :
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -O2 -g -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -MT testenc.o -MD -MP -MF ".deps/testenc.Tpo" -c -o testenc.o testenc.c; \
then mv -f ".deps/testenc.Tpo" ".deps/testenc.Po"; else rm -f ".deps/testenc.Tpo"; exit 1; fi
make[3]: *** Pas de règle pour fabriquer la cible « ../libspeex/libspeex.la », nécessaire pour « testenc ». Arrêt.
make[3]: *** Attente des tâches non terminées....
make[3]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.3/speex/libspeex'
make[2]: make[2]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.3/speex'
*** [all-recursive] Erreur 1
make[1]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.3/speex'
make[1]: *** [all] Erreur 2
Report
mtrotta
15 years ago
http://ihu.sourceforge.net/ihu-0.5.3.tar.bz2
Report me if it compiles ok, thanks
Report
linux3114a
15 years ago
Report
mtrotta
15 years ago
http://ihu.sourceforge.net/ihu-0.5.3-nospeex.tar.bz2
I removed the speex subidrectory, now only the system shared library are used to compile with speex.
I think that for future version I'll remove all static library subdirs inside source package.
Please report me if works, thank you again
Report
linux3114a
15 years ago
Making install in icon
make[2]: Entering directory `/usr/src/packages/BUILD/ihu-0.5.3/icon'
make[3]: Entering directory `/usr/src/packages/BUILD/ihu-0.5.3/icon'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.3/icon'
make[2]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.3/icon'
make[2]: Entering directory `/usr/src/packages/BUILD/ihu-0.5.3'
make[3]: Entering directory `/usr/src/packages/BUILD/ihu-0.5.3'
test -z "/opt/kde3/bin" || mkdir -p -- "/var/tmp/build-root-ihu/opt/kde3/bin"
/bin/sh /usr/src/packages/BUILD/ihu-0.5.3/install-sh -c -s 'ihu' '/var/tmp/build-root-ihu/opt/kde3/bin/ihu'
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.3'
make[2]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.3'
make[1]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.3'
+ cd /var/tmp/build-root-ihu
+ find . -type d -fprint /usr/src/packages/BUILD/file.list.ihu.dirs
+ find . -type f -fprint /usr/src/packages/BUILD/file.list.ihu.files.tmp
+ sed '/\/man\//s/$/.gz/g' /usr/src/packages/BUILD/file.list.ihu.files.tmp
+ find . -type l -fprint /usr/src/packages/BUILD/file.list.ihu.libs
+ sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' /usr/src/packages/BUILD/file.list.ihu.dirs
+ sed 's,^\.,\%attr(-\,root\,root) ,' /usr/src/packages/BUILD/file.list.ihu.files
+ sed 's,^\.,\%attr(-\,root\,root) ,' /usr/src/packages/BUILD/file.list.ihu.libs
+ RPM_BUILD_ROOT=/var/tmp/build-root-ihu
+ export RPM_BUILD_ROOT
+ test -x /usr/sbin/Check -a 1000 = 0 -o -x /usr/sbin/Check -a '!' -z /var/tmp/build-root-ihu
I call /usr/sbin/Check...
+ echo 'I call /usr/sbin/Check...'
+ /usr/sbin/Check
Checking permissions and ownerships - using the permissions files
/tmp/Check.perms.Jn2181
setting /var/tmp/build-root-ihu to root:root 0755. (wrong owner/group raoul:users)
setting /var/tmp/build-root-ihu/opt to root:root 0755. (wrong owner/group raoul:users)
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-symlink
Processing files: ihu-0.5.3-S10K35
error: File not found: /var/tmp/build-root-ihu/opt/kde3/man/man1/ihu.1.gz
RPM build errors:
File not found: /var/tmp/build-root-ihu/opt/kde3/man/man1/ihu.1.gz
Report
mtrotta
15 years ago
./configure --mandir=/opt/kde3/man/
(You already asked me for this problem, see old posts here)
Report
mtrotta
15 years ago
http://ihu.sourceforge.net/ihu-0.5.3.tar.bz2
I don't know what to say, IHU is indipendent from KDE, so RPM build shouldn't look for the man page in the kde directory... anyway try this last package, but it won't install any man page...
Report
linux3114a
15 years ago
Processing files: ihu-0.5.3-S10K35
error: File not found: /var/tmp/build-root-ihu/opt/kde3/man/man1/ihu.1.gz
RPM build errors:
File not found: /var/tmp/build-root-ihu/opt/kde3/man/man1/ihu.1.gz
When I look in this subdirectory I just find an ihu.1 Troff File in place of a *.gz file ...STRANGE
Report
daveh
15 years ago
Report
mtrotta
15 years ago
Report
linux3114a
15 years ago
at
http://home.tiscali.be/raoul.linux/download.htm
ENJOY !!!
Report
linux3114a
15 years ago
joins the message
make[2]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.2'
make[1]: Leaving directory `/usr/src/packages/BUILD/ihu-0.5.2'
+ find . -type f -fprint /usr/src/packages/BUILD/file.list.ihu.files.tmp
+ sed '/\/man\//s/$/.gz/g' /usr/src/packages/BUILD/file.list.ihu.files.tmp
+ find . -type l -fprint /usr/src/packages/BUILD/file.list.ihu.libs
+ sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' /usr/src/packages/BUILD/file.list.ihu.dirs
+ sed 's,^\.,\%attr(-\,root\,root) ,' /usr/src/packages/BUILD/file.list.ihu.files
+ sed 's,^\.,\%attr(-\,root\,root) ,' /usr/src/packages/BUILD/file.list.ihu.libs
+ RPM_BUILD_ROOT=/var/tmp/build-root-ihu
+ export RPM_BUILD_ROOT
+ test -x /usr/sbin/Check -a 1000 = 0 -o -x /usr/sbin/Check -a '!' -z /var/tmp/build-root-ihu
+ echo 'I call /usr/sbin/Check...'
I call /usr/sbin/Check...
+ /usr/sbin/Check
Checking permissions and ownerships - using the permissions files
/tmp/Check.perms.i21157
setting /var/tmp/build-root-ihu to root:root 0755. (wrong owner/group raoul:users)
setting /var/tmp/build-root-ihu/opt to root:root 0755. (wrong owner/group raoul:users)
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-symlink
Processing files: ihu-0.5.2-SuSE9.3K343
error: File not found: /var/tmp/build-root-ihu/opt/kde3/man/man1/ihu.1.gz
RPM build errors:
File not found: /var/tmp/build-root-ihu/opt/kde3/man/man1/ihu.1.gz
Report
mtrotta
15 years ago
Try to configure like this:
./configure --mandir=/opt/kde3/man/
Report
linux3114a
15 years ago
/opt/kde3/man and put your suggered parameter ....
Thanks
Report
vel
15 years ago
Report