Tracks Shorter Than 2 Seconds Don't Play #246

Closed
opened 2022-03-05 12:25:47 -03:00 by itl20xx · 2 comments
itl20xx commented 2022-03-05 12:25:47 -03:00 (Migrated from github.com)

In the last few versions of Cog, there has been a bug where short tracks refuse to play. It doesn't matter which file format they are; they all experience this. I've attached a screen recording of what it looks like when this occurs.

https://user-images.githubusercontent.com/101009337/156889713-46dccbf7-9404-4609-a1f0-ba629f49e220.mov

In the last few versions of Cog, there has been a bug where short tracks refuse to play. It doesn't matter which file format they are; they all experience this. I've attached a screen recording of what it looks like when this occurs. https://user-images.githubusercontent.com/101009337/156889713-46dccbf7-9404-4609-a1f0-ba629f49e220.mov
kode54 commented 2022-03-05 20:56:41 -03:00 (Migrated from github.com)

It was a combination of two issues:

  1. Input starting output thread on end of file, before queueing another track.
  2. Output not starting itself if it finished so quickly that it hit the "stop" function before playback was actually started.

Build incoming.

It was a combination of two issues: 1) Input starting output thread on end of file, before queueing another track. 2) Output not starting itself if it finished so quickly that it hit the "stop" function before playback was actually started. Build incoming.
kode54 commented 2022-03-05 21:06:43 -03:00 (Migrated from github.com)

New build is up.

New build is up.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chris/Cog#246
No description provided.