summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/samples/sndinfo.c
AgeCommit message (Expand)Author
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-08-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-05-14Changed default sound back-end on Win32 to own DirectSoundBenny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-04-25Added sound clock drifting reporting in sndinfo sampleBenny Prijono
2006-04-03Changed sndinfo sample to use higher resolution pj_get_timestamp() instead of...Benny Prijono
2006-04-03Added DirectSound sound implementationBenny Prijono
2006-03-23Fixed unable to open simultaneous sound streams in MacOSBenny Prijono
2006-03-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-20Added sndinfo sample and tested samples on MacOSX JaguarBenny Prijono