alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Add interactive pause/resume functionality
       [not found] <1661511664872678995-webhooks-bot@alsa-project.org>
@ 2022-08-26 11:01 ` GitHub pull_request - edited
  0 siblings, 0 replies; 3+ messages in thread
From: GitHub pull_request - edited @ 2022-08-26 11:01 UTC (permalink / raw)
  To: alsa-devel

alsa-project/tinycompress pull request #14 was edited from LaurentiuM1234:

We want to be able to interactively pause and resume the stream.

Initially, when trying to play an MP3 song, cplay would hang during the polling on compress_write. The cause for this was probably the fact that, after calling `get_codec_mp3`, the file pointer would point to the first MP3 data, leaving out the first MP3 header. I'm assuming that this would cause the codec to hang since it wouldn't be able to find the first MP3 header.

In order to be able to use the pause/resume functionality on MP3 streams, this problem had to be addressed before adding the actual functionality.

Request URL   : https://github.com/alsa-project/tinycompress/pull/14
Patch URL     : https://github.com/alsa-project/tinycompress/pull/14.patch
Repository URL: https://github.com/alsa-project/tinycompress

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Add interactive pause/resume functionality
       [not found] <1661516479081584930-webhooks-bot@alsa-project.org>
@ 2022-08-26 12:21 ` GitHub pull_request - edited
  0 siblings, 0 replies; 3+ messages in thread
From: GitHub pull_request - edited @ 2022-08-26 12:21 UTC (permalink / raw)
  To: alsa-devel

alsa-project/tinycompress pull request #14 was edited from LaurentiuM1234:

We want to be able to interactively pause and resume the stream.

Initially, when trying to play an MP3 song, cplay would hang during the polling on compress_write. The cause for this was the fact that, after calling `get_codec_mp3`, the file pointer would point to the first MP3 data, leaving out the first MP3 header. I'm assuming that this would cause the codec to be unable to process the received frames since it wouldn't be able to find the first MP3 header.

In order to be able to use the pause/resume functionality on MP3 streams, this problem had to be addressed before adding the actual functionality.

Request URL   : https://github.com/alsa-project/tinycompress/pull/14
Patch URL     : https://github.com/alsa-project/tinycompress/pull/14.patch
Repository URL: https://github.com/alsa-project/tinycompress

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Add interactive pause/resume functionality
       [not found] <1661511370267873049-webhooks-bot@alsa-project.org>
@ 2022-08-26 10:56 ` GitHub pull_request - edited
  0 siblings, 0 replies; 3+ messages in thread
From: GitHub pull_request - edited @ 2022-08-26 10:56 UTC (permalink / raw)
  To: alsa-devel

alsa-project/tinycompress pull request #14 was edited from LaurentiuM1234:

We want to be able to interactively pause and resume the stream

Request URL   : https://github.com/alsa-project/tinycompress/pull/14
Patch URL     : https://github.com/alsa-project/tinycompress/pull/14.patch
Repository URL: https://github.com/alsa-project/tinycompress

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-26 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1661511664872678995-webhooks-bot@alsa-project.org>
2022-08-26 11:01 ` Add interactive pause/resume functionality GitHub pull_request - edited
     [not found] <1661516479081584930-webhooks-bot@alsa-project.org>
2022-08-26 12:21 ` GitHub pull_request - edited
     [not found] <1661511370267873049-webhooks-bot@alsa-project.org>
2022-08-26 10:56 ` GitHub pull_request - edited

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).