Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing bug when loading ogg loop (fix #1295)
The ogg loop layers was empty because the samples are being appended to the end of the buffer. The first samples are always zero and we see just silence in the layers. Now the samples are copied to the correct place in the buffer.
- Loading branch information