Re: [PULL 3/9] audio: fix size calculation in AUD_get_buffer_size_out()

2025-07-09 Thread Volker Rümelin
Am 09.07.25 um 04:24 schrieb Michael Tokarev: > On 25.05.2025 16:27, marcandre.lur...@redhat.com wrote: >> From: Volker Rümelin >> >> The buffer size calculated by AUD_get_buffer_size_out() is often >> incorrect. sw->hw->samples * sw->hw->info.bytes_per_frame is the >> size of the mixing engine bu

Re: [PULL 3/9] audio: fix size calculation in AUD_get_buffer_size_out()

2025-07-08 Thread Michael Tokarev
On 25.05.2025 16:27, marcandre.lur...@redhat.com wrote: From: Volker Rümelin The buffer size calculated by AUD_get_buffer_size_out() is often incorrect. sw->hw->samples * sw->hw->info.bytes_per_frame is the size of the mixing engine buffer in audio frames multiplied by the size of one frame of

[PULL 3/9] audio: fix size calculation in AUD_get_buffer_size_out()

2025-05-25 Thread marcandre . lureau
From: Volker Rümelin The buffer size calculated by AUD_get_buffer_size_out() is often incorrect. sw->hw->samples * sw->hw->info.bytes_per_frame is the size of the mixing engine buffer in audio frames multiplied by the size of one frame of the audio backend. Due to resampling or format conversion,