On Sat, Oct 17, 2020 at 07:05:53PM +0200, Jan Stary wrote: > > Strangely, with each of > > $ aucat -i /tmp/file.wav > $ aucat -o /tmp/file.wav > > it is both > > play.bytes=562560 > record.bytes=562560 > > that keep growing in audioctl. Is that intended?
Yes. We always play and record at the same time. We do it this way because this costs virtually nothing and because once playback is started, we can't start recording properly synchronized to playback.