]> git.nihav.org Git - nihav.git/commitdiff
wav: try to read as much PCM data as possible
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 25 Aug 2023 16:55:42 +0000 (18:55 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 25 Aug 2023 16:55:42 +0000 (18:55 +0200)
Otherwise read_buf_some() may return random small buffer size that
is not even aligned to the sample size.


No differences found