- 03 Feb, 2009 4 commits
-
-
Emmanuel Milou authored
Conflicts: src/audio/audiortp.cpp src/sipvoiplink.cpp
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
- 30 Jan, 2009 2 commits
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
- 29 Jan, 2009 1 commit
-
-
Emmanuel Milou authored
-
- 23 Jan, 2009 1 commit
-
-
Emmanuel Milou authored
-
- 15 Jan, 2009 1 commit
-
-
Emmanuel Milou authored
-
- 28 Oct, 2008 1 commit
-
-
Yun Liu authored
-
- 02 Oct, 2008 1 commit
-
-
Yun Liu authored
-
- 13 Jun, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 11 Jun, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 10 Jun, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 09 Jun, 2008 1 commit
-
-
Emmanuel Milou authored
Instead of two!!
-
- 29 May, 2008 1 commit
-
-
Emmanuel Milou authored
You can switch from ALSA to Pulseaudio from the config window If pulseaudio is selected, the alsa configuration panel gets hidden
-
- 27 May, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 23 May, 2008 1 commit
-
-
Emmanuel Milou authored
problem with capture: delay and audio quality Dtmf, ringtones missing
-
- 16 May, 2008 1 commit
-
-
Emmanuel Milou authored
No capture for now No dtmf, no ringtones
-
- 18 Apr, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 26 Mar, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 12 Mar, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 05 Mar, 2008 1 commit
-
-
Emmanuel Milou authored
Before loading the codecs the user set, check if this codec is loaded. In fact, it could have been erased and causes gtk bug
-
- 04 Mar, 2008 1 commit
-
-
Emmanuel Milou authored
At startup, the installation directory is scanned and the available shared library (codecs) are loaded in memory.
-
- 22 Feb, 2008 1 commit
-
-
Emmanuel Milou authored
The server sends the list of the sound card it founds on the system to the GTk without checking it is a capture or a playback device TODO: improve the list sent ( must add abstraction device plug, default, etc..) TODO: improve sound quality for capture
-
- 21 Feb, 2008 1 commit
-
-
Emmanuel Milou authored
Not implemented yet: ringtones, dtmf #### Recommended play devices names (alsa-project.org) #### http://www.alsa-project.org/main/index.php/DeviceNames Device: #default --> capture : too much noise playback : glitchs dmix #plug:front --> playback almost perfect capture :bad audio (noise noise noise !!!) dmix not enabled #plug:rear --> doesn't exist on my sound card (Error: unknown PCM device) #plug:center_lfe --> idem #plug:side --> idem If there is multiple sound cards on your system, you can select the one you prefer like that: plug:front:0 select the card 0, 0 refers to the number in /proc/asound/cards. plug:front:Intel with the name of the card My /proc/asound/cards: 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xfdff4000 irq 23 ##### Device names not recommmended (alsa-project.org) These devices maps directly to the driver devices and doesn't handle an abstraction plughw --> playback almost perfect capture : noise plus weird behaviour dmix not enabled hw --> playback : not audible ( maybe no resampling ?? no format conversion ??) capture : XRUN mode dmix not enabled
-
- 11 Feb, 2008 2 commits
-
-
Emmanuel Milou authored
But size of the frames to work on
-
Emmanuel Milou authored
The codecs are loaded at the initialization of the rtp session and destroyed at the end. GSM audio quality is far better now. Because the dynamic library had to load at every 20ms the libgsm, it introduced a delay at each frame
-
- 08 Feb, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 07 Feb, 2008 2 commits
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
!!!!!!!!!!! Must have libspeex1 and libspeex1-dev installed
-
- 04 Feb, 2008 2 commits
-
-
Emmanuel Milou authored
The previous commit brought a segmentation fault when launching the client. When the daemon is lauched separatly, it uses a wrapper script, but it doesn't when the client start the daemon. SO the LD_LIBRARY_PATH was ignored and the daemon couldn't find the dynamic library for the codecs.
-
Emmanuel Milou authored
Codecs dynamic libraries are created at the compilation time if they don't exist and copied in /usr/lib/sflphone/codecs at the installation
-
- 28 Jan, 2008 1 commit
-
-
Emmanuel Milou authored
Audio calls with ilbc codecs still not tested.
-
- 25 Jan, 2008 2 commits
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
- 24 Jan, 2008 1 commit
-
-
Emmanuel Milou authored
Note: Manually copy the .so library in /usr/lib , then ldconfig
-
- 21 Jan, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 17 Jan, 2008 2 commits
-
-
Emmanuel Milou authored
Copier les librairies dynamiques (codec_*.so) dans le répertoire /usr/lib et upda faire ldconfig
-
Emmanuel Milou authored
-