From: Stewart E. <st...@lu...> - 2005-04-19 04:43:22
|
Update on my odd problem. I read somewhere (though, of course, I can no longer find the reference) that this card and/or driver only supported a buffer size of 8192 bytes (which is the fragment size). audio_device_best_buffer_size was returning 24576 (3x fragsize), so I tried changing it to return oss_info.fragsize directly - it worked now! Out of curiousity, I decided to check what happened when it returned 2x fragsize - that worked also. I still don't really know what any of that means...but at least I know a workaround! -- Stewart |