summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/sound_port.c
AgeCommit message (Expand)Author
2006-11-23Worked on the AEC. Apply constant delay bufferring for the AEC,Benny Prijono
2006-09-27Added pjmedia_snd_stream_get_info() function.Benny Prijono
2006-09-25Fixed misleading log message from the sound port about EC being suspended whe...Benny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-09-17Removed G.711 Annex I PLC from the source (because of possible licensing/pate...Benny Prijono
2006-08-07Change set_ec_tail() API to set_ec() in sound port, also change suppressor to...Benny Prijono
2006-08-06Change AEC into generic echo canceller framework with either AEC or simple ec...Benny Prijono
2006-08-04Fixed error in setting up tail length in sound_portBenny Prijono
2006-08-04More work on the AEC (including changes in PJSUA), embed the AEC in sound_por...Benny Prijono
2006-08-04More experimentation with AEC: (1) added media port to create bidirectional p...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-05-21DirectSound capture device queries stream position and retrieves any captured...Benny Prijono
2006-04-28Added Packet Lost Concealment (PLC) framework, with two backend algorithms (s...Benny Prijono
2006-04-28Implement simple frame replay based packet lost concealmentBenny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-03-24Added WAVE writer and resample port, and also found out why audio quality is ...Benny Prijono
2006-03-23Changed sound device framework to allow opening bidirectional streams from on...Benny Prijono
2006-03-16Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_*...Benny Prijono