Chang Cheng Wei

Results 6 issues of Chang Cheng Wei

``` // any mp3 buffer mPlayer!.startPlayer( fromDataBuffer: buffer, codec: Codec.mp3, ); ``` Are there any ways to deal with this cache "leak" I have tried to clear cache programmatically by...

help wanted
Not yet handled

E/flutter (15854): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(ERR_UNKNOWN, ERR_UNKNOWN, startPlayer() error, null) E/flutter (15854): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:607:7) E/flutter (15854): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:18) E/flutter (15854): E/flutter (15854): #2 MethodChannelFlutterSoundPlayer.invokeMethod (package:flutter_sound_platform_interface/method_channel_flutter_sound_player.dart:157:12) E/flutter (15854): E/flutter...

help wanted
Not yet handled

currently, the kernel just get stuck when issuing the command. Really looking for it as I really prefer using this to Rstudio. Just missing the browser and debug functions

interactive

> ~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart 2023/07/02 20:13:18 [WARN] Skipping unresolvable module inline (tried /home/victor/rustdesk/src/inline.rs, /home/victor/rustdesk/src/inline/mod.rs, /home/victor/rustdesk/src/ui/inline.rs, /home/victor/rustdesk/src/ui/inline/mod.rs, ) 2023/07/02 20:13:18 [WARN] Skipping unresolvable module version (tried /home/victor/rustdesk/src/version.rs, /home/victor/rustdesk/src/version/mod.rs, /home/victor/rustdesk/src/lib/version.rs,...

I'm able to play sound on my midi keyboard by pressing a key on phone. But how do I play sound on the phone?

not sure if this is the place to ask. Am building rustdesk android app. ran into this problem when running the command `cargo ndk --platform 21 --target aarch64-linux-android build --release...