On Sat, 17 Nov 2001, James Courtier-Dutton wrote:
> Hello
> 1) When using normal PCM play to device pcm0p, I can do a writei of stereo
> 16 bits sound (4 bytes per frame) for 1536 frames, or 6144 bytes.
>
> When using passthru to device pcm3p, I can only writei 1440 frames in one
> go. I have to
Hello
1) When using normal PCM play to device pcm0p, I can do a writei of stereo
16 bits sound (4 bytes per frame) for 1536 frames, or 6144 bytes.
When using passthru to device pcm3p, I can only writei 1440 frames in one
go. I have to then write 96 frames in a separate write command.
Can anyone