Skip to content

Commit

Permalink
audiotrack: set play non-blocking
Browse files Browse the repository at this point in the history
Move the big (2seconds) java circular buffer to a frame FIFO and
allocate a java buffer corresponding to the frame size (keep it, and
realloc if the frame become bigger).

Do no wait from play anymore but feed the FIFO instantaneously.

Fixes #27541
  • Loading branch information
tguillem authored and jbkempf committed Dec 1, 2022
1 parent 75e52f6 commit 582570a
Showing 1 changed file with 213 additions and 258 deletions.
Loading

0 comments on commit 582570a

Please sign in to comment.