brailcom / brailcom/speechd

Have audio backends report playback progress

Open
#886 0 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
C
Stars
331
Forks
92
Avg merge
2d 10h
Merged PRs (30d)
9

Description

**Is your feature request related to a problem? Please describe.**

If the system is somehow loaded, we could get underruns. That's because audio is send chunk by chunk (separated by the indexing marks), so as to follow playback progress.

**Describe the solution you'd like**

The audio modules should instead be able to be fed with all available chunks (that can fit the audio stack buffers), and when playback progress reaches an indexing mark, it would report it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.