[root]/src/net/java/sip/communicator/impl/media/notify

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 128 (100.0%) | 7.5 |
| damencho | 11 (64.7%) | 119 (93.0%) | 10.8 |
| lubomir_m | 5 (29.4%) | 8 (6.3%) | 1.6 |
| wernerd | 1 (5.9%) | 1 (0.8%) | 1.0 |
Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.
0 lines of code changed in:
Cleanup PropertyChangeEvent stuff
Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from
SC and removes ambiguities with respect to PropertyChangeEvent handling.
Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference
in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception
(intentionally) to simplify handling.
1 lines of code changed in:
Adds echo cancel and noise suppression implementation and options in media configuration panel to turn them on/off.
14 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.
0 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.
3 lines of code changed in:
Removes duplication in order to remove an inconsistent checking of a field for null.
8 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.
20 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.
17 lines of code changed in:
Init supported audio formats in portaudio after the devices are inited and the default values are extracted.
16 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.
49 lines of code changed in: