useDirectSound in .ini

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

useDirectSound in .ini

Steven W Riggins
Hi guys!

I just finished a weekend of work making a Sophie audio recorder dock  
tool.  Most of the time was spent hacking around an OS X bug that puts  
pops in the audio (in the morphic recorder too, had to get very clever  
on that one) and then went to test on windows, which worked last  
night, now tonight, nothing.

So 3 hours later of regressing, regressing, it comes down to our .ini  
file.  If useDirectSound=1, sound won't record.

If useDirectSound=0, it will.

What are the ramifications of either setting?  We're on 3.8 and our vm  
is 3.10.

I don't want to flip this a week from shipping without knowing all the  
issues I might be causing :)

I did notice that the vm generates useDirectSound=0 by default.

Thanks!

Steve