Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Enhancement] aplay: make stream pause/resume automation/script friendly
       [not found] <1657179066905766964-webhooks-bot@alsa-project.org>
@ 2022-07-07  7:31 ` GitHub issues - opened
  0 siblings, 0 replies; only message in thread
From: GitHub issues - opened @ 2022-07-07  7:31 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-utils issue #155 was opened from aiChaoSONG:

There is an `-i` option for interactive mode, in the interactive mode, we are able to pause/resume the playback/capture stream with SPACE key, which is very good. However we have to do this in a terminal, because there is a isatty check on the stdin, this is not friendly for automation/script to test audio pause/resume feature with aplay.

Is it possible to remove the isatty check, so that we can do pause/result test with a single stdin redirection? Another possible fix is that we can make use of the SIGUSR2, so that we pause/resume stream by sending signal to the aplay process.

@perexg

Issue URL     : https://github.com/alsa-project/alsa-utils/issues/155
Repository URL: https://github.com/alsa-project/alsa-utils

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-07  7:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1657179066905766964-webhooks-bot@alsa-project.org>
2022-07-07  7:31 ` [Enhancement] aplay: make stream pause/resume automation/script friendly GitHub issues - opened

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox