Laborde Ludovic wrote:
> Hello,
>
> Just for my information, it's very important for me, to understand if it's
> possible to increase the buffer size up to 65536.
> And understand, if the limitation is due to the driver or hardware sound
> card.
>
> Sometime, depend which computer is used, i have 65536 (intel ICH5 intel8x0)
>
> For my application i need 65536, i want to buy a sound card with 65536, how
> i can know if this value is possible before
> buying the sound card.
>
> for your information, i use API ALSA, excuse me for the code.
>
>
> Bests Regards
>
> Thank's a lot lot lot :)
>
>       
>
>       Ludovic LABORDE
>
>   
No application should need an ALSA buffer size of 65536. I suggest you 
redesign your application to me more sound card friendly.
An ALSA buffer size of 65536 means it contains 65536 frames, or for a 
mono stream, 65536 samples, that even at 48000Hz audio, is more than one 
second of buffer. You should write your application so that it works 
with all sound cards, just like any other Linux sound application.

James


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to