r2875 - trunk/libminisip/source/soundcard
Jon-Olov Vatn
vatn at kth.se
Mon Oct 23 13:14:21 CEST 2006
Great!
I will try the aout right away!
Some other experiences when running an earlier revision (r2866)
- gtkmm and gtk not automatically installed
It would be nice if this could be integrated in the minisip installer.
What happend to me was that I got an error message when first starting
minisip (I do not exactly recall the error message, but I believe it was
something like "This application has failed to start because
*libatkmm*-xxxx.dll was not found. Re-installing the application may fix
this. " (xxxx should be replaced)
- I had some problems with the sound on my machine (not Minisip's
fault). After fixing it things worked great, but during the process I
tried to change sound device in the GUI (from the "primary audio driver"
(dsound:0) to another item in the list specifying by soundblaster card
(SB Audigy ...)). Then the minisip crashed, and contiuned to crash on
startup until I modified the minisip.conf file manually.
- Upon quitting (using the "X" in the upper right corner or via the
menu) the program crashes. Some instruction at "0x00ed3d70" referred to
memory location "0x00000000", which could not be read.
BW J-O
erik at minisip.org wrote:
>Author: erik
>Date: 2006-10-23 12:53:57 +0200 (Mon, 23 Oct 2006)
>New Revision: 2875
>
>Modified:
> trunk/libminisip/source/soundcard/DirectSoundDevice.cxx
>Log:
>
> * Bug fix: When using direct sound, only the first call had working audio. Fixed.
>
>
>
>Modified: trunk/libminisip/source/soundcard/DirectSoundDevice.cxx
>===================================================================
>--- trunk/libminisip/source/soundcard/DirectSoundDevice.cxx 2006-10-22 22:00:57 UTC (rev 2874)
>+++ trunk/libminisip/source/soundcard/DirectSoundDevice.cxx 2006-10-23 10:53:57 UTC (rev 2875)
>@@ -222,6 +222,7 @@
> }
>
> int DirectSoundDevice::closeRecord(){
>+ openedRecord= false;
> if (FAILED(inputBufferHandle->Stop())){
> merror("Could not stop recording on direct sound input buffer");
> }
>@@ -229,6 +230,7 @@
> }
>
> int DirectSoundDevice::closePlayback(){
>+ openedPlayback = false;
> if (FAILED(outputBufferHandle->Stop())){
> merror("Could not stop recording on direct sound input buffer");
> }
>
>_______________________________________________
>Minisip-devel mailing list
>Minisip-devel at minisip.org
>http://lists.minisip.org/mailman/listinfo/minisip-devel
>
>
More information about the Minisip-devel
mailing list