commit | fe7eae38c027f78d94619fe26b7f86acec263bed | [log] [tgz] |
---|---|---|
author | Phil Burk <[email protected]> | Fri Sep 21 17:54:44 2018 -0700 |
committer | Phil Burk <[email protected]> | Fri Sep 21 18:29:51 2018 -0700 |
tree | 4503e68cf7639d71ff700de25049b6bdbddc243c | |
parent | 4d3213269bd8600f61bfc82fb67c8e8f4d393ad7 [diff] |
check usingFifo() for getFramesRead/Written() For better frame counting in OpenSL ES. When a FIFO was being used, getFramesRead() was returning the server position. It should return the FIFO position. Fixes #153