 
            
            
            
            
                18 Oct
                
                    2012
                
            
            
                18 Oct
                
                '12
                
            
            
            
        
    
                11:11 a.m.
            
        Prasant J wrote:
My sound hardware supports only interleaved audio.
I'm writing an alsa application. Which access method will be more performing : interleaved or non-interleaved?
With interleaved, samples can be copied from/to your application's buffer in one big block. With non-interleaved, samples must be copied individually.
Regards, Clemens