Directory src/net/java/sip/communicator/impl/media/notify/

Directory Created:
2009-10-09 09:22
Directory Deleted:
2010-07-12 00:05
Total Files:
0
Deleted Files:
4
Lines of Code:
0

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

Lines of Code

src/net/java/sip/communicator/impl/media/notify/ Lines of Code

Developers

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

Most Recent Commits

lubomir_m 2010-07-12 00:05

Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/notify: AudioNotifierServiceImpl.java (del), JMFAudioClipImpl.java (del), PortAudioClipImpl.java (del), SCAudioClipImpl.java (del)
wernerd 2010-04-09 16:11

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:

  • src/net/java/sip/communicator/impl/media/notify: AudioNotifierServiceImpl.java (+1 -1)
damencho 2009-11-17 13:52

Adds echo cancel and noise suppression implementation and options in media configuration panel to turn them on/off.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/notify: PortAudioClipImpl.java (+14 -35)
damencho 2009-10-30 13:43

- 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:

  • src/net/java/sip/communicator/impl/media/notify: PortAudioClipImpl.java (-7)
damencho 2009-10-27 18:46

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:

  • src/net/java/sip/communicator/impl/media/notify: PortAudioClipImpl.java (+3 -2)
lubomir_m 2009-10-20 11:41

Removes duplication in order to remove an inconsistent checking of a field for null.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/notify: PortAudioClipImpl.java (+8 -14)
damencho 2009-10-19 16:00

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:

  • src/net/java/sip/communicator/impl/media/notify: AudioNotifierServiceImpl.java (+17 -1), PortAudioClipImpl.java (+3 -25)
damencho 2009-10-16 19:34

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:

  • src/net/java/sip/communicator/impl/media/notify: PortAudioClipImpl.java (+17 -7)
damencho 2009-10-12 17:17

Init supported audio formats in portaudio after the devices are inited and the default values are extracted.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/notify: PortAudioClipImpl.java (+16 -5)
damencho 2009-10-09 09:22

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:

  • src/net/java/sip/communicator/impl/media/notify: AudioNotifierServiceImpl.java (new 1), JMFAudioClipImpl.java (new), PortAudioClipImpl.java (new 48), SCAudioClipImpl.java (new)
Generated by StatSVN 0.3.1