Re: [PATCH v2 15/17] audio: handle leftover audio frame from upsampling

2023-02-22 Thread Marc-André Lureau
On Mon, Feb 6, 2023 at 10:53 PM Volker Rümelin wrote: > > Upsampling may leave one remaining audio frame in the input > buffer. The emulated audio playback devices are currently > resposible to write this audio frame again in the next write > cycle. Push that task down to audio_pcm_sw_write. > > T

[PATCH v2 15/17] audio: handle leftover audio frame from upsampling

2023-02-06 Thread Volker Rümelin
Upsampling may leave one remaining audio frame in the input buffer. The emulated audio playback devices are currently resposible to write this audio frame again in the next write cycle. Push that task down to audio_pcm_sw_write. This is another step towards an audio callback interface that guarant