tvoip
1.0.0
speaker , mit dem das Ausgabegerät angegeben werden kann. (Siehe hier) Unter Linux sollte es gut funktionieren. Zumindest für mich tut es das.
TVOIP ist eine einfache terminalbasierte P2P-VoIP-Anwendung. Im Gegensatz zu Skype oder ähnlichen Anwendungen:
Usage: node index.js [options]
Options:
-V, --version output the version number
-c, --connect <host:port> Connect to a host, (Supports IP:port and hostname:port.)
-l, --listen <port> Automatically accept connections on this port.
-i, --input [device-name] Input device, (Leave empty to use the default recording device.)
-o, --output [device-name] Output device, (Leave empty to use the default playback device.)
-a, --mic-channels <count> Number of channels 1=mono; 2=stereo (Leave empty to use 1.)
-b, --speaker-channels <count> Number of channels 1=mono; 2=stereo (Leave empty to use 2.)
-d, --debug <bool> true to enable debug, false to disable debug. (Leave empty to not use debug.)
-g, --log <file> Log to file
-h, --help output usage information
Examples:
node index.js --listen 3333 --input hw:0,0 --output hw:1,1
node index.js --connect 192.168.1.101:3333 --input hw:0,0 --output hw:1,1
(Das Format für das Eingangs-/Ausgabegerät stammt von ALSA. Bitte beziehen Sie sich auf arecord und aplay und diese Stackoverflow -Frage.)
Sie brauchen ALSA.
libasound2-dev , alsa-base und alsa-utils auf Debian-ähnlichen Systemen genannt ( sudo apt-get install libasound2-dev alsa-base alsa-utils ).alsa-lib-devel alsa-utils und alsa-lib ( sudo dnf install alsa-lib-devel alsa-utils alsa-lib )Sie brauchen SOX. Bitte gehen Sie hierher: Sox
Sie brauchen SOX. Bitte gehen Sie hierher: Sox
git clone --recursive https://github.com/T-vK/tvoip.gitcd tvoipnpm iBitte eröffnen Sie hier ein Problem hier auf GitHub.