Skip to content

IAXclient with Pulseaudio driver support (Linux only)

License

Notifications You must be signed in to change notification settings

QDeltaSoft/iaxclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAXClient library

For more information read the original README file. This software package is a stripped down version, which only includes the original library, and the GSM / Speex codecs. Intended for usage on the GNU/Linux operating system, audio drivers for Pulseaudio have been added, along with a transition to the CMake build system. Some features from the original package are no longer usable. The library is compiled with a static linking option. Pulseaudio drivers are enabled by default. The Portaudio and OpenAL drivers are no longer used or supported. ALSA is still optional.

Building the library

Install al prerequisites before attempting to compile. Pulseaudio development headers are additionally required. Building outside of the main source tree is encouraged.

mkdir build/
cd build/
cmake ../lib
make

Link with your project using -liaxclient_lib.

License information

Original licenses for each component apply. Additionally, the Pulseaudio drivers are released under the GPLv2 license.

About

IAXclient with Pulseaudio driver support (Linux only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published