Larpoux

Results 794 comments of Larpoux

Thank you @fzyzcjy : it works fine 😄 ![MozillaEx_AudioAnalyser_preview](https://github.com/fzyzcjy/flutter_rust_bridge/assets/45900255/a0ea001d-87d7-40e7-ba0d-471206f18a1f) ![MozillaEx_AudioAnalyser_graph](https://github.com/fzyzcjy/flutter_rust_bridge/assets/45900255/7d7a56c6-1657-443f-9ab8-0659e10d2d4c)

Fixed by PR [#2187]. I hope that it will not be rejected.

In fact, there is nothing to do: already done ! Just set the correct parameter in `flutter_rust_bridge.yaml` : ```yaml dart_output: lib/public/rust ```

Yes, I am able to debug the rust code under iOS. I did many tries and failing before my success. Unfortunately I don’t remember well what I did to success....

oh! I also add in Cargo.toml : ```toml [profile.dev] debug = true strip = false opt-level = 0 ``` It is possible that it is not necessary. But actually I...

Note : Things are not yet perfect. Actually I can put breakpoints, run step by step, show variables in up functions (not a method) but I cannot put breakpoints on...

NO!!!! You are not spamming us. We need to share our experiences. Definitely. BTW: The problems that I had to put breakpoints under Xcode was not because the code was...

@MatteoBax : I am going to look to your issue. What kind of player do you use? Stream? Or file? And what is your codec?

I think that your issue is because the player subscription stream is not implemented on Player from Stream. The total duration of the recording is not known because the playback...

> It used to work, but then it stopped working. Not good if this is a regression. I am going to look to your issue tomorrow. Sorry for the regression.