summaryrefslogtreecommitdiffstats
path: root/src/audio
Commit message (Collapse)AuthorAgeLines
* audio: Fix parameter setting failure with alsa v1.1.7Palo Kisa2018-11-29-5/+3
|
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-56/+28
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* Enclose gsm.h includes with extern C to resolve link failuresSandro Mani2016-07-20-0/+4
|
* DTMF event type cleanupMichal Kubecek2016-05-20-19/+41
| | | | | | | DTMF event constants handling is a bit messy as three different types are used in different source files, triggering various compiler warnings. Introduce t_dtmf_ev type and use it everywhere, also replace helper macros by inline functions.
* Add option WITH_GSM to use external gsm libraryPeter Colberg2015-12-29-1/+6
| | | | This permits distributions to build against a packaged gsm library.
* Fix compiler warnings in src/audio/gsm/src/debug.cppLubos Dolezel2015-06-15-3/+3
|
* Further work on G.729A integration (issue #15)Lubos Dolezel2015-06-15-0/+12
|
* Added G729A decoder/encoder wrappers (issue #15)Lubos Dolezel2015-06-15-0/+125
|
* Some initial changes for G.729A support (issue #15)Lubos Dolezel2015-06-11-1/+2
|
* Removed old build systemLubos Dolezel2015-06-02-81/+0
| | | | twinkle.desktop is now installed
* Many submodules building (no gui yet), with link-time errorsLubos Dolezel2015-06-01-0/+52
|
* replace common C++ by GNU uCommon/commoncppMichal Kubecek2015-04-13-6/+1
| | | | Also requires version 2 of libccrtp and libzrtpcpp.
* initial checkinMichal Kubecek2015-04-13-0/+15006
Check in contents of upstream 1.4.2 tarball, exclude generated files.