Skip to content

Errors from non-mockked code #1228

Answered by FlickerSoul
FlickerSoul asked this question in Q&A
Discussion options

You must be logged in to vote

Replacing

override fun prepare(buffers: Array<ByteArray>, looping: Boolean, audibleIndex: Long)

to

override fun prepare(buffers: List<ByteArray>, looping: Boolean, audibleIndex: Long)

worked for me. I have no idea why this change fixes the issue. If you know the cause, please let us know :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by FlickerSoul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant