]> git.alsa-project.org Git - tinycompress.git/commit
fcplay: Add gapless playback support
authorMohammad Rafi Shaik <quic_mohs@quicinc.com>
Thu, 28 Sep 2023 06:52:36 +0000 (12:22 +0530)
committerJaroslav Kysela <perex@perex.cz>
Wed, 22 Nov 2023 08:07:50 +0000 (09:07 +0100)
commitbf8fde2242c73b51a05b764919901b17f92c245a
tree99d4a166201d14067c320c19dc3ae005c425e002
parent937553d1e8433f8ea2634a550e5677509401465a
fcplay: Add gapless playback support

Add Gapless playback support while playing multiple audio files.

Gapless play command:
fcplay -c 1 -d 2 -g 1 test1.mp3 test2.mp3

In command "-g 1" option for enable gapless play.

Signed-off-by: Mohammad Rafi Shaik <quic_mohs@quicinc.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
src/utils-lgpl/fcplay.c