https://github.com/jbegaint/salut
a Simple Audio LPC and UDP based Talk program
https://github.com/jbegaint/salut
lpc voip
Last synced: 3 months ago
JSON representation
a Simple Audio LPC and UDP based Talk program
- Host: GitHub
- URL: https://github.com/jbegaint/salut
- Owner: jbegaint
- Created: 2014-12-23T21:56:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T22:18:08.000Z (over 10 years ago)
- Last Synced: 2024-12-28T02:29:46.143Z (5 months ago)
- Topics: lpc, voip
- Language: C
- Homepage:
- Size: 531 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Salut
=====*a Simple Audio LPC and UDP based Talk program*
Description
-----------* `duplex` duplex LPC encoding/ decoding demo.
* `salut` simple VOIP program based on the previous LPC codec, relies on UNIX
sockets for the network and the GTK library for the basic GUI.* some portaudio based demo programs can also be found under the `tests/`
directoryDependencies
------------* [PortAudio](http://portaudio.com/)
* [GTK3+](http://www.gtk.org/)
* [liquid-dsp](http://liquidsdr.org/)Compilation
-----------* use `make` to compile both binaries or `make target` for a specific target
*_Disclaimer_*: both programs have only been tested on GNU/Linux distributions
(Arch Linux and Fedora 21) and should not be expected to run (or even build) on
other platforms.