[root]/src/net/java/sip/communicator/impl/media/renderer/audio

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 13 (100.0%) | 344 (100.0%) | 26.4 |
| damencho | 10 (76.9%) | 339 (98.5%) | 33.9 |
| lubomir_m | 3 (23.1%) | 5 (1.5%) | 1.6 |
Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.
0 lines of code changed in:
Adds echo cancel and noise suppression implementation and options in media configuration panel to turn them on/off.
7 lines of code changed in:
- Statically link portaudio with fixes to avoid crashes (for amd64). Removing the high pitch sounds : add resample into jportaudio and link it to speexdsp, making better quality.
- Compile libgalagonotification for linux i386 and amd64 with old GLIBC so it can be run on old systems.
18 lines of code changed in:
Disable framesPerBuffer workaround to test linux32 fix inside portaudio. Return suggested latency to be low latency value comming from sound device. New util class for portaudio. Fix problem in renderer now respect sample size in bits when opening files.
1 lines of code changed in:
Trying to fix linux32 binary, add functions to get device latency. Change in defualt latency when creating inputstream. Add clipOff and ditherOff flags on opening output stream from renderer.
47 lines of code changed in:
Removes duplication in order to remove an inconsistent checking of a field for null.
2 lines of code changed in:
Fix playing portaudio notifications, remove writer thread in portaudio renderer seems to be the issue with low quality of played sound durring call.
23 lines of code changed in:
Update configuration form to be displayed correctly and to choose default system devices instead of None. Update linux i386 binary, its now statically linked with portaudio, hope to fix the problem with crash when using device with name default (pulseaudio). Portaudio clips are played with file native samplerate if possible.
2 lines of code changed in:
Portaudio for Macosx.
10 lines of code changed in:
Init supported audio formats in portaudio after the devices are inited and the default values are extracted.
30 lines of code changed in:
Some portaudio fixes. Add to configuration panel option to select portaudio and the devices to use. Javasound left as default, as portaudio is not currently enabled (missing native binaries). Removed some old and unused jmf stuff like v4l, sun audio, directsound.
145 lines of code changed in:
Mostly cleanup of code for the sake of readability while testing PortAudio.
3 lines of code changed in:
Ongoing work on portaudio datasource and renderer.
56 lines of code changed in: