commit a58776afc1b5368e53b3774c030e8c9c5b9a981e from: Omar Polo date: Fri Feb 18 10:10:03 2022 UTC annotate the only two channel support for opus commit - 185967030a0dc1ee4374b6b325846d5eb418a7f6 commit + a58776afc1b5368e53b3774c030e8c9c5b9a981e blob - 7fa3621cf62bda5eb7595e9761764fde37567a34 blob + d4455d96a79e101fa447c5f02ec3ce652245c27a --- player_opus.c +++ player_opus.c @@ -60,6 +60,7 @@ play_opus(int fd) if (player_shouldstop()) break; + /* NB: will downmix multichannels files into two channels */ ret = op_read_stereo(of, pcm, nitems(pcm)); if (ret == OP_HOLE) /* corrupt file segment? */ continue;