Directory src/net/java/sip/communicator/impl/media/renderer/audio/

Directory Created:
2009-09-18 16:58
Directory Deleted:
2010-07-12 00:05
Total Files:
0
Deleted Files:
1
Lines of Code:
0

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

Lines of Code

src/net/java/sip/communicator/impl/media/renderer/audio/ Lines of Code

Developers

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

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/renderer/audio: PortAudioRenderer.java (del)
damencho 2009-11-17 13:52

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

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+7 -61)
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.

18 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+18 -15)
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.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+1 -3)
damencho 2009-10-22 18:31

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:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+47 -14)
lubomir_m 2009-10-20 11:41

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

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+2 -1)
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.

23 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+23 -77)
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.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+2 -2)
damencho 2009-10-15 11:18

Portaudio for Macosx.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+10 -6)
damencho 2009-10-12 17:17

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

30 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+30 -17)
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.

145 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+145 -56)
lubomir_m 2009-09-19 02:41

Mostly cleanup of code for the sake of readability while testing PortAudio.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (+3 -3)
damencho 2009-09-18 16:58

Ongoing work on portaudio datasource and renderer.

56 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/renderer/audio: PortAudioRenderer.java (new 56)
Generated by StatSVN 0.3.1