Closed benluelo closed 3 years ago
Seems it should looks like so:
pub struct AudioStreamAsync<D, F> {
raw: AudioStreamHandle,
#[allow(dead_code)]
callback: AudioCallbackWrapper<D, F>,
}
@benluelo Can you test latest master?
I moved the android bevy example to a new project and added the oboe at the latest master as a dependency, and oboe v0.4.0 builds fine, however oboe v0.3.1 still fails to compile. Its a dependency of cpal v0.13.1, and I'm not sure how to change that dependency.
oboe = { git = "https://github.com/katyo/oboe-rs", branch = "master" }
@benluelo My way is:
cpal
to local.oboe
to the git version you mentioned above.[patch]
field for cpal, which point to the local cpal
path.Fixed in 0.4.1
This is my first issue, so please let me know if you need anything else!
Expected Behaviour
Compile with no issues.
Current Behaviour
Fails to compile with this error:
Steps to Reproduce
cargo apk run --example android
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs