Mike Perri

Results 14 comments of Mike Perri

Hi, thanks for opening an issue. I haven't seen these errors before. It looks like you're running on Windows, and I haven't tested the build on Windows yet, so that...

Hey, thanks for opening an issue! I tried to reproduce this by cloning a new copy of the library and running `flutter build ios` in the example directory, but I...

Looks like it can't find AudioKit for some reason. It should be installed by CocoaPods. What command are you running to build? Also, are you on Apple Silicon? I tried...

Hey, can you try again? I just published a new version of the library which uses a different SFZ player library instead of AudioKit.

The last time I ran into that particular issue, I ended up just recreating the whole iOS project. Anyway, if the example project builds, I would make sure your project's...

That's not supported now, but it will be in a future version. I've been working on switching over the SFZ player from the AudioKit sampler to [sfizz](https://sfz.tools/sfizz/). It supports reverb,...

I just published a new version of the library which uses [sfizz](https://sfz.tools/sfizz/) for playing SFZ format, and it supports effects like reverb and delay. This is the list of SFZ...

Hi Răzvan, I just published a new version of the library that uses a library called Sfizz for playing SFZ format, and it streams samples from disk.

Looks like the interesting part is: `oboe::AudioStreamBuilder::openManagedStream` Are you using `GlobalState().setKeepEngineRunning(true);`? When does the crash happen?

Hey, thanks for checking out the library and opening an issue. I changed the cloneThirdPartyRepos task in the build.gradle, and I'm using specific commits for all third party repos now....